Rename list to Multi-select
This commit is contained in:
parent
f1046b563c
commit
4cfcae415e
|
@ -114,7 +114,7 @@
|
|||
value: FIELDS.OPTIONS.type,
|
||||
},
|
||||
{
|
||||
label: "List",
|
||||
label: "Multi-select",
|
||||
value: FIELDS.ARRAY.type,
|
||||
},
|
||||
]
|
||||
|
|
|
@ -2006,7 +2006,7 @@
|
|||
]
|
||||
},
|
||||
"multifieldselect": {
|
||||
"name": "MultiField Picker",
|
||||
"name": "Multi-select Picker",
|
||||
"icon": "ViewList",
|
||||
"styles": ["size"],
|
||||
"illegalChildren": ["section"],
|
||||
|
|
Loading…
Reference in New Issue