Do you have some feature in mind that you'd love to see in Couch? Let us know.
3 posts Page 1 of 1
Id like to be able to change the sort order of the Editable Regions via "drag and drop" in the control panel. The reason being is after adding, removing then re-adding editable regions again and again etc...
I find that the order of the editable regions within the control panel take no specific order.

This could be frustrating for the client to find what they are looking for. It would be great to be able to simply Drag and Drop your Editable regions within the Admin panel for better readability etc., in the order you want them, if possible.

Thank You

Attachments

You can easily set the order of an editable region right where you define it by using the 'order' parameter. Quoting from the documentation (http://www.couchcms.com/docs/tags-reference/editable/) -

order

By default, the order in which the editable regions appear in the Admin panel matches the order in which they have been created. This order can be tweaked by setting the order parameter. For example -
Code: Select all
order='3'

The higher the order number, the lower the editable region appears on the page (think about it as the higher number being heavier). Thus a region with an order number of '-2' will appear above that with an order number of '0' which in turn will appear higher on the page than a region with an order number of '2'.

The default order number given to all editable regions is '0'.
Brilliant thank you, didn't see this. ;) It would still be great to just > "drag n drop" them though :) without having the need to use the the 'order' parameter manually within the code.

Thanks
3 posts Page 1 of 1