Layout options

I notice that contentbox layout can have some settings but the only available are text, textarea, boolean, select.

I’d like to create a template with more customization point and also color picker to change some css less variable and then compile a static css.

Is this possible?

Frankie,

This is a great enhancement ticket.

How about creating a

settingsPanel()
and a
onSettingsSave() method for the layout.cfc

signature0.jpg

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

I have opened a related ticket [CONTENTBOX-456] Improve layout: add functions to edit theme - Welcome

Luis, could you be more exhaustive?

Should I add this method onSettingsSave() on myLayout.cfc and this will be fired when I update settings?