Forum for discussing general topics related to Couch.
4 posts Page 1 of 1
Hello everyone,
is it possible to insert a repeatable zone in a group?
I have a Slide section with an image, a description and a link. I'd like it to be in a panel so it's easier to read.

Thank you
Hi ramses2th

Yeah that's possible, I do it on the sites I have couchcms integrated, I do it like this

Code: Select all
<cms:editable name='slides_group' label='Slideshow Section' type='group' collapsed='1' order='1' />
<cms:repeatable name='slides' label='Slides' stacked_layout='1' group='slides_group'>
<cms:editable name='slide_image' label='Slideshow Image' type='image' />
<cms:editable type='richtext' toolbar='full' name='slide_description' label='Slideshow Description' />
<cms:editable type='text' name='slide_link' label='Slideshow Link' />
</cms:repeatable>


Hope that helps
:o Hi ianhaney50,
Great. Thanks, I tried, but to no avail. There are some parameters that I was not aware of. I will study them.
I thank you for the great help you have given me.
ramses2th wrote: :o Hi ianhaney50,
Great. Thanks, I tried, but to no avail. There are some parameters that I was not aware of. I will study them.
I thank you for the great help you have given me.


No worries, what do your current code look like and will see if I can help
4 posts Page 1 of 1