Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi,

I have hooked page with COUCH and sorunded editable text with "nicedit" tag.
Everything goes well as long as I do not make this tag repeatable.

When I add repeatable tag the content disappears form page, it is not visible in the browser debugger but it is still visible in the couch, please see attachments - did I make any mistake in code?

Attachments

Hi,

Repeatable utilizes a separate tag (<cms:show_repeatable>) to show the stored contents.

Please use <cms:repeatable> tag within the <cms:template> tag block somewhere at the top of your template to define what is shown in the backend. Then use <cms:show_repeatable> with the repeatable's name to iterate through the rows and output the contents.

https://docs.couchcms.com/concepts/repe ... gions.html for more details and examples.
thank you, it works
3 posts Page 1 of 1