Damien MATHIEU
Damien MATHIEU
Allow options for block config to be [AJAX-derived options](https://wintercms.com/docs/v1.2/docs/backend/forms#ajax-derived-options). ```yaml config: bg_color: label: Background color type: dropdown span: auto options: \Acme\Plugin\Classes\Helpers\ThemeHelper::staticMethodOptions ``` Supplying the dropdown options in the helper class...
### Context : a block that define a config according to the documentation. **Case 1 :** Block added to the page, nothing changed in content, open/close the config inspector, page...
Restore : - https://github.com/wintercms/storm/pull/114/commits/68bb7acc6c0a1377b375d3dc9052310a9d8d02d8 (partially) - https://github.com/wintercms/storm/pull/114/commits/76a4302553cf68a3c955a320a392c8b61bf0e3ba
### Winter CMS Build dev-develop ### PHP Version 8.1 ### Database engine MySQL/MariaDB ### Plugins installed _No response_ ### Issue description When running the command `php artisan mix:watch` on Windows...
Running the `php artisan scrape:automobiles` command end with an error : ```bash php artisan scrape:automobiles Do you want to start over? (yes/no): > no [INFO] Looking for brands. 124/124 [============================]...
I've done several tests on how blocks are allowed, but I'm not sure I understand the hierarchy of allowed blocks/tags. ### Starting situation : - the Winter.Blocks plugin - a...
### Winter CMS Build dev-develop ### PHP Version 8.4 ### Database engine MySQL/MariaDB ### Plugins installed _No response_ ### Issue description Shouldn't the default value for `REDIS_CLIENT` be `predis` rather...
This allow relation model with nested tree trait to display a expandable/collapsable list of checkboxes.  The field config allow two new options : - **displayTree**: (bool) display the related...
When running `composer create-project wintercms/winter:dev-develop .` on a Windows OS platform, all the interactive installation of tasks are run with their default values. ``` > @php artisan winter:install .========================================================================. db...
While the event log list allows you to delete events in a bulk fashion by filtering the list with a keyword, then selecting all the events and clicking on the...