craue / CraueConfigBundle

Database-stored settings made available via a service for your Symfony project.
MIT License
173 stars 35 forks source link

Custimize rendering of settings #47

Open yvoloshin opened 6 years ago

yvoloshin commented 6 years ago

Hello, Is it possible to customize how settings are rendered? Specifically, I'd like to render some of the settings as plain text fields, while others as ckeditor fields. As far as I can tell, this is not possible because the settings are rendered as a collection of identical forms. Is this correct?