ui_patterns icon indicating copy to clipboard operation
ui_patterns copied to clipboard

[NOTE] Development has moved to https://drupal.org/project/ui_patterns

Results 119 ui_patterns issues
Sort by recently updated
recently updated
newest added

Hello, Here is a rebased version of #96. I am trying to test if this will fix bug on install when config depends on patterns.

for example: ``` [...] variants: default: label: Défaut description: Affichage normal. teaser: label: Teaser description: Affichage Teaser. fields: nom: type: text label: Nom description: Nom du produit. preview: default: 'Lave...

As with patterndefinitions, having an arbitrary additional on field definitions would allow to add custom data.

Drupal\ui_patterns_views\Plugin\views\row\Pattern::isFieldVisible returns false on valid mappings. This is caused by using different identifiers for mapping and visiblity check. ### Problem - ViewsRowSource::getSourceField uses DisplayHandlerBase::getFieldLabels, returning field labels keyes by **id**...

Hi guys, I've found an error when creating an empty ui_patterns.yml file. The getPatterns() function in `/var/www/html/www/modules/contrib/ui_patterns/modules/ui_patterns_library/src/Plugin/Deriver/LibraryDeriver.php` attempts to run `Yaml::decode($content)` and pass that as an argument to the foreach()...

Make pattern settings appear on the pattern library.

When I enable "Use AJAX" on a view that is rendering rows using patterns, I get the message "Pattern Views row plugin does not support preview" whenever the filters are...

Bug

The entity of the views row should be available as context in the pattern e.g. for token usage.