csSettingsPlugin
csSettingsPlugin copied to clipboard
Add simple user-editable settings to your application
Having defined "upload" setting in csSettings admin module, when you try to "save settings" again with an already saved "upload" setting (i.e. the setting is already filled with some file),...
The problem arose when I tried to call csSettings::get('particular_setting') from a symfony task that was not bind to any application. Because of this, the cache settings for the plugin where...
From Mathias Roldan: ``` Hi Brent, I want to ask if you have the backend module "cs_setting" but for "sfHadoriThemePlugin". ```
> There is no way to set validator options in the backend. however, there is a way to do it in > the code. Lets say you have a setting...