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

Maybe I have been coding away too long but I can't get my repeatable to work (MAMP localhost).

Code: Select all
<cms:repeatable name='oppertunity_gallery' label='Image Gallery' order='3'>
<cms:editable type='image' name='image_file' label='Image File' show_preview='1' preview_width='100' input_width='200' col_width='200' />
<cms:editable type='text' name='image_caption' label='Image Caption' />
</cms:repeatable>   


ERROR: Tag "editable" has unknown type "repeatable"
When visiting the page to initialise it I get the above error.

Also, I notice in localhost MAMP that checking along side a page then clicking delete selected never seems to work

Running couch 1.4
I copy/pasted your code into a template and it is working as expected (and so is the multiple delete).

Try using the same code on a new template (with no other regions defined). If it works (as it should), maybe the trouble lies somewhere in the original template- remove all existing regions and then add them one by one till you again get the error (old fashioned debugging).
2 posts Page 1 of 1
cron