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

Hello, I would like to find the list of all the types of fields that we can use in the xxxx.ui_patterns.yml file, with a small example for the ones they...

A while back there was an issue to fix the live preview detection #156 which was reported as fixed in #185 . However that fix only fixes views that are...

On windows, there is a problem when generating the URL paths of library files when using DIRECTORY_SEPARATOR.

## Bug description In `Drupal\ui_patterns\Form\PatternDisplayFormTrait::buildPatternDisplayForm()` we explicitly assign an 'id' attribute to the `$form['pattern']` select element as follows: ```php '#attributes' => ['id' => 'patterns-select'], ``` and subsequently attach #states behaviours...

We're working on a site where there are two groups responsible for managing the style guide and pattern library within an organization. One group manages the markup, accessibility and look...

Using a pattern for the output of a node, the node's contextual links are not passed through to the template for rendering. It would be useful to have these available...

Bug

When adding title to under a field group pattern title does not appear as source in the list of sources to be mapped to a destination pattern. When using https://www.drupal.org/project/title_field_for_manage_display...

Hi, I briefly tested the ui_patterns_ds sub module, but I'd rather not use DS only for the purpose of mapping fields to UI patterns and field group module is already...

In `PatternDisplayFormTrait:processFormStateValues()` the submitted values from a UI Patterns configuration form are normalized before being saved. There are a couple of places where edge cases lead to cruft being saved....

Fixed notice. $build['#entity_type'] wasn't isset for paragraph entity. Replaced with getEntityTypeId() method.