-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathSettings.yaml
36 lines (36 loc) · 1.26 KB
/
Settings.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Neos:
Neos:
userInterface:
translation:
autoInclude:
'Mireo.RepeatableFields': ['Main']
inspector:
dataTypes:
repeatable:
typeConverter: Mireo\RepeatableFields\TypeConverter\RepeatableConverter
editor: Mireo.RepeatableFields/Inspector/Editors/RepeatableFieldEditor
Mireo\RepeatableFields\Model\Repeatable:
typeConverter: Mireo\RepeatableFields\TypeConverter\RepeatableToArrayConverter
editors:
Mireo.RepeatableFields/Inspector/Editors/RepeatableFieldEditor:
editorOptions:
autoFocus: false
disabled: false
maxlength: null
readonly: false
buttonAddLabel: 'Mireo.RepeatableFields:Main:addRow'
indexKey: null
min: 0
max: 100
controls:
move: true
remove: true
add: true
Ui:
resources:
javascript:
'Mireo.RepeatableFields:RepeatableField':
resource: resource://Mireo.RepeatableFields/Public/Plugin.js
stylesheets:
'Mireo.RepeatableFields:RepeatableField':
resource: resource://Mireo.RepeatableFields/Public/Plugin.css