Hello KK,
Happy with couch
I use repeatable regions with many elements. My colums are getting very small because there are too many elements. Can I place the URL input in the next row?
Here is my code:
chichi
Happy with couch

I use repeatable regions with many elements. My colums are getting very small because there are too many elements. Can I place the URL input in the next row?
Here is my code:
- Code: Select all
<cms:repeatable name='teaserimages'> <cms:editable type='image' name='t_image' group='group_img1' /> <cms:editable type='text' label='Headline' name='t_headline' maxlength='18' /> <cms:editable type='text' label='Text' name='t_subline' maxlength='25' /> <cms:editable type='text' name='url_impression' label='URL' maxlength='280' input_width='200'/> </cms:repeatable>
chichi