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
trafficstars

This PR attempts to solve multiple issues originating from the `\Drupal\ui_patterns_library\Plugin\Deriver\LibraryDeriver::getDirectories` method collecting only the default theme and the base theme directories. Besides the issues described in #304 and #308,...

This should resolve the issue discussed in #267. By moving the str_replace of the drupal root to earlier in the process, it keeps it from being cached in the cache_discovery...

As long as the plugin manager process the definition individually there would be no performance impact. Without the patch \Drupal\Core\Layout\LayoutPluginManager::getThemeImplementations() process wrongly the layout patterns

All components have the CSS_AGGREGATE_DEFAULT group, and must have CSS_AGGREGATE_THEME. The CSS files of the components are loaded before the CSS files of the theme. This is a big mistake!...

How to choose the variant when you use the twig "pattern" method, I did not find in the documentation : https://ui-patterns.readthedocs.io/en/8.x-1.x/content/developer-documentation.html#render-patterns-using-twig-functions `{{ pattern('button', {title: 'Link title', url: 'http://example.com'}) }}` Thank...

Recent updates to field group 3.x have introduced a breaking change to the ui pattern field group sub module (https://git.drupalcode.org/project/field_group/-/commit/dbdf8ba3962b4f8595436eb9153eb32f9b10900b). Please see, https://github.com/nuvoleweb/ui_patterns/pull/340

The field group module reorders form alter hooks to make theirs run last. The ui pattern field group module adds a submit handler to the front of the submit array...

I am using the submodule for the patern library, and was wondering how I would be able to do a conditional to test if in preview display in the pattern...

## Steps to reproduce 1. Create a pattern and an accompanying paragraph type that uses the pattern as a layout 2. Export your configuration (we are particularly interested in the...

Bug

Since twig 2.14.5 this is not supported. More info: https://github.com/twigphp/Twig/blob/v2.14.5/CHANGELOG