aef7d466edee39696efe701472bb3ab0e608ff68
[yaffs-website] / web / modules / contrib / inline_entity_form / config / schema / inline_entity_form.schema.yml
1 # Schema for the Inline Entity Reference module display settings.
2
3 field.widget.settings.inline_entity_form_simple:
4   type: mapping
5   label: 'Inline entity reference display format settings'
6   mapping:
7     form_mode:
8       type: string
9       label: "Form mode"
10     override_labels:
11       type: boolean
12       label: "Override labels"
13     label_singular:
14       type: string
15       label: "Label (singular)"
16     label_plural:
17       type: string
18       label: "Label (plural)"
19     allow_new:
20       type: boolean
21       label: "Allow new"
22     allow_existing:
23       type: boolean
24       label: "Allow existing"
25     match_operator:
26       type: string
27       label: "Match operator"
28     collapsible:
29       type: boolean
30       label: "Collapsible"
31     collapsed:
32       type: boolean
33       label: "Collapsed by default"
34
35 field.widget.settings.inline_entity_form_complex:
36   type: mapping
37   label: 'Inline entity reference display format settings'
38   mapping:
39     form_mode:
40       type: string
41       label: "Form mode"
42     override_labels:
43       type: boolean
44       label: "Override labels"
45     label_singular:
46       type: string
47       label: "Label (singular)"
48     label_plural:
49       type: string
50       label: "Label (plural)"
51     allow_new:
52       type: boolean
53       label: "Allow new"
54     allow_existing:
55       type: boolean
56       label: "Allow existing"
57     match_operator:
58       type: string
59       label: "Match operator"
60     allow_duplicate:
61       type: boolean
62       label: "Allow duplicate"
63     collapsible:
64       type: boolean
65       label: "Collapsible"
66     collapsed:
67       type: boolean
68       label: "Collapsed by default"