1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +12:00

Rename list to Multi-select

This commit is contained in:
Peter Clement 2021-08-26 11:36:05 +01:00
parent 7217bb3ccd
commit cc2f4433b5
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@
value: FIELDS.OPTIONS.type, value: FIELDS.OPTIONS.type,
}, },
{ {
label: "List", label: "Multi-select",
value: FIELDS.ARRAY.type, value: FIELDS.ARRAY.type,
}, },
] ]

View file

@ -2006,7 +2006,7 @@
] ]
}, },
"multifieldselect": { "multifieldselect": {
"name": "MultiField Picker", "name": "Multi-select Picker",
"icon": "ViewList", "icon": "ViewList",
"styles": ["size"], "styles": ["size"],
"illegalChildren": ["section"], "illegalChildren": ["section"],