I have one problem. In my HTML code I created Paragraph and I have some CSS for him. In that paragraph I put editable region with richtext.
Unfortunately, when I add text in Couch Admin to this region, Couch creates completely new paragraph and my paragraph with css class stays empty. Here is how that looks like:

What should I do that text stays in Paragraph that I created?
- Code: Select all
<p class="readbox-detail-poc">
<cms:editable name="box3_text" group="offer_group" label="Text" type="richtext" />
</p>
Unfortunately, when I add text in Couch Admin to this region, Couch creates completely new paragraph and my paragraph with css class stays empty. Here is how that looks like:

What should I do that text stays in Paragraph that I created?