If you add a new editable region to a template it will appear last in the Admin Panel. I know that I can override this behaviour by adding the parameter 'order'
BUT as a template gets large and includes embedded snippets as well it becomes a bit of a nightmare trying to get the ordering as you want it. Especially if I am re-using snippets in different templates.
I would like the order of editable regions in the Admin Panel to be as they are in the template without needing to assign an order value. i.e. I want to stop Couch from ordering them by date. How can I achieve this?
- Code: Select all
<cms:editable
type='richtext'
name='page_content3'
label='NEW FIELD'
order='1'
/>
BUT as a template gets large and includes embedded snippets as well it becomes a bit of a nightmare trying to get the ordering as you want it. Especially if I am re-using snippets in different templates.
I would like the order of editable regions in the Admin Panel to be as they are in the template without needing to assign an order value. i.e. I want to stop Couch from ordering them by date. How can I achieve this?