Pierre Dureau
Pierre Dureau
Hi, I am the author of those 2 modules related to ui_patterns: - https://github.com/pdureau/ui_patterns_field_formatters (3 contributors, already used in some projects) - https://github.com/pdureau/ui_patterns_entity_links (newer and used in at least one...
Drupal 8.8 will be released soon with an improvement about Layout Management which make the layout builder more usable : Allow for Layout Builder sections to be given administrative labels...
Hi, While working on an [UI Patterns integration as a Field Formatter](https://github.com/pdureau/ui_patterns_field_formatters), I have created a new Source Plugin to extract data from field properties. To make this work useful...
Add sequence and mapping tests from Jinja.
Jinja has: - the iterable test: https://jinja.palletsprojects.com/en/3.1.x/templates/#jinja-tests.iterable - the sequence test: https://jinja.palletsprojects.com/en/3.1.x/templates/#jinja-tests.sequence - the mapping test: https://jinja.palletsprojects.com/en/3.1.x/templates/#jinja-tests.mapping Twig has only the [iterable test]( https://github.com/twigphp/Twig/pull/700), which returns true for any PHP...