ui_patterns
ui_patterns copied to clipboard
[NOTE] Development has moved to https://drupal.org/project/ui_patterns
With php8.1, there are many PHP messages ("Deprecated function") that are generated in "/admin/reports/dblog" example: ``` Deprecated function : Return type of Drupal\ui_patterns\Definition\PatternDefinitionVariant::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset):...
In order to use the "**atomic design**" system. _example_: use "Atoms" inside a "Molecule" - What is the syntax to use in the pattern definition file (.yml) to use another...
Hi, I am getting this issue when incorrect definition in .yml file.
I want to use ui_patterns to provide components with Bootstrap 5 behaviour (eg accordion, modal). When a user clicks, the behaviour should trigger. The modal_name displays fine so I know...
There is no way to know (from the UI) that there exists a pattern library page. It'll be good to have a link to it in the admin menu.
#350: Patch PatternDefinitionField constructor to default label to name if label does not exist.
When using pattern layouts via for view displays, the field values passed to the templates can't accurately be checked if they are empty. When fields passed to the layout are...
I added a ksort on patterns library controller to display patterns sorted by ID ASC.
Adds a link to the UI Patterns library page in the admin menu under *Reports*.