Damien MATHIEU

Results 23 issues of 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...

Status: Response Needed
Type: Enhancement

### 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

maintenance

### 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...

blocked
third party

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 [============================]...

bug

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. ![relation_with_tree](https://github.com/user-attachments/assets/0dd04aa7-f6a3-4b4d-a0b0-42d8eae937f6) The field config allow two new options : - **displayTree**: (bool) display the related...

needs docs

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...