Skip to content
Snippets Groups Projects

Closes #3359875

23 files
+ 838
136
Compare changes
  • Side-by-side
  • Inline
Files
23
@@ -25,6 +25,12 @@ field.widget.settings.inline_entity_form_simple:
@@ -25,6 +25,12 @@ field.widget.settings.inline_entity_form_simple:
match_operator:
match_operator:
type: string
type: string
label: "Match operator"
label: "Match operator"
 
hide_fieldset:
 
type: boolean
 
label: "Hide fieldset"
 
hide_title:
 
type: boolean
 
label: "Hide title"
collapsible:
collapsible:
type: boolean
type: boolean
label: "Collapsible"
label: "Collapsible"
@@ -54,18 +60,30 @@ field.widget.settings.inline_entity_form_complex:
@@ -54,18 +60,30 @@ field.widget.settings.inline_entity_form_complex:
label_plural:
label_plural:
type: label
type: label
label: "Label (plural)"
label: "Label (plural)"
 
auto_open:
 
type: boolean
 
label: "Automatically open entity creation form"
allow_new:
allow_new:
type: boolean
type: boolean
label: "Allow new"
label: "Allow new"
allow_existing:
allow_existing:
type: boolean
type: boolean
label: "Allow existing"
label: "Allow existing"
 
allow_edit:
 
type: boolean
 
label: "Allow edit"
match_operator:
match_operator:
type: string
type: string
label: "Match operator"
label: "Match operator"
allow_duplicate:
allow_duplicate:
type: boolean
type: boolean
label: "Allow duplicate"
label: "Allow duplicate"
 
hide_fieldset:
 
type: boolean
 
label: "Hide fieldset"
 
hide_title:
 
type: boolean
 
label: "Hide title"
collapsible:
collapsible:
type: boolean
type: boolean
label: "Collapsible"
label: "Collapsible"
Loading