a522ec84cbe642e9b34f9f684657b85666007d14
[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
29 field.widget.settings.inline_entity_form_complex:
30   type: mapping
31   label: 'Inline entity reference display format settings'
32   mapping:
33     form_mode:
34       type: string
35       label: "Form mode"
36     override_labels:
37       type: boolean
38       label: "Override labels"
39     label_singular:
40       type: string
41       label: "Label (singular)"
42     label_plural:
43       type: string
44       label: "Label (plural)"
45     allow_new:
46       type: boolean
47       label: "Allow new"
48     allow_existing:
49       type: boolean
50       label: "Allow existing"
51     match_operator:
52       type: string
53       label: "Match operator"