Sign up to our newsletter to receive updates on Winter CMS releases,
new features in the works, and much more.
We'll never spam or give
this address away.
Triggered in: Cms\Classes\Theme.php
Extend form field configuration supplied by the theme by returning an array.
Note if you are planning on using assetVar
to inject CSS variables from a
plugin registration file, make sure the plugin has elevated permissions.
Example usage:
Event::listen('cms.theme.extendFormConfig', function ($themeCode, &$config) {
array_set($config, 'tabs.fields.header_color', [
'label' => 'Header Colour',
'type' => 'colorpicker',
'availableColors' => [#34495e, #708598, #3498db],
'assetVar' => 'header-bg',
'tab' => 'Global'
]);
});
Sign up to our newsletter to receive updates on Winter CMS releases,
new features in the works, and much more.
We'll never spam or give
this address away.
Published May 2, 2022
v1.2 with Laravel 9 Support Now Available For Testing!
Released February 15, 2022
11 UX/UI Improvements, 12 API Changes, 12 Bug Fixes, 6 Security Improvements, 8 Translation Improvements, 5 Community Improvements, 1 Dependency