Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
I want to create multiple blog posts with the 90% data to be same. So is there a way with which I can duplicate the blog posts so I don't have to fill the data again and again. Any help ?
Hi,

Couch doesn't have a 'clone page' feature (yet) so we cannot copy a page to create a new one (which would have been ideal for this case).

You can, however, try defining the editable regions with default data e.g. the following will always show up with the enclosed text in admin-panel -
Code: Select all
<cms:editable name='test' type='text'>Hello world</cms:editable>

Hope this helps.
2 posts Page 1 of 1