So I have been using couch for a long time now, and while I have used repeatable regions before, I am not sure if I have ever used them with type richtext. The problem is in the dashboard the richtext editor does not show.
Richtext type is working outside of repeatable region on the page. I tested that. I also tested if I switch it out for plain text, or nicedit that also works fine, but richtext looks like the following.

Any ideas what is going on?
My code at this point is simply...
Richtext type is working outside of repeatable region on the page. I tested that. I also tested if I switch it out for plain text, or nicedit that also works fine, but richtext looks like the following.

Any ideas what is going on?
My code at this point is simply...
- Code: Select all
<cms:repeatable name='service_section' >
<cms:editable name="service" type="richtext"></cms:editable>
</cms:repeatable>