Skip to content
Snippets Groups Projects

Issue #3488166 by grimreaper, pdureau: Update prop source priority

2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -18,7 +18,7 @@ use Drupal\ui_patterns\PropTypePluginBase;
description: new TranslatableMarkup('Ordered list of predefined string or number items.'),
default_source: 'selects',
schema: ['type' => 'array', 'items' => ['type' => ['string', 'number', 'integer'], 'enum' => []]],
priority: 1
priority: 5,
)]
class EnumListPropType extends PropTypePluginBase {
Loading