Skip to content
Snippets Groups Projects
Commit 02da2f43 authored by Mikael Meulle's avatar Mikael Meulle
Browse files

Issue #3486547 by pdureau, just_like_good_vibes: add new EnumSetPropType

parent b71771dd
Branches
Tags
No related merge requests found
Pipeline #338502 passed
......@@ -16,7 +16,7 @@ use Drupal\ui_patterns\PropTypePluginBase;
id: 'enum_list',
label: new TranslatableMarkup('List of enums'),
description: new TranslatableMarkup('Ordered list of predefined string or number items.'),
default_source: 'checkboxes',
default_source: 'selects',
schema: ['type' => 'array', 'items' => ['type' => ['string', 'number', 'integer'], 'enum' => []]],
priority: 1
)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment