Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
inline_entity_form
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
inline_entity_form
Merge requests
!99
Closes
#3359875
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Closes
#3359875
issue/inline_entity_form-3359875:8.x-1.x-patch-7aa8
into
3.x
Overview
1
Commits
28
Pipelines
0
Changes
23
Closed
David Cameron
requested to merge
issue/inline_entity_form-3359875:8.x-1.x-patch-7aa8
into
3.x
1 year ago
Overview
1
Commits
28
Pipelines
0
Changes
23
Expand
0
0
Merge request reports
Compare
3.x
3.x (base)
and
latest version
latest version
5908f84c
28 commits,
1 year ago
23 files
+
838
−
136
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
23
Search (e.g. *.vue) (Ctrl+P)
config/schema/inline_entity_form.schema.yml
+
18
−
0
Options
@@ -25,6 +25,12 @@ field.widget.settings.inline_entity_form_simple:
match_operator
:
type
:
string
label
:
"
Match
operator"
hide_fieldset
:
type
:
boolean
label
:
"
Hide
fieldset"
hide_title
:
type
:
boolean
label
:
"
Hide
title"
collapsible
:
type
:
boolean
label
:
"
Collapsible"
@@ -54,18 +60,30 @@ field.widget.settings.inline_entity_form_complex:
label_plural
:
type
:
label
label
:
"
Label
(plural)"
auto_open
:
type
:
boolean
label
:
"
Automatically
open
entity
creation
form"
allow_new
:
type
:
boolean
label
:
"
Allow
new"
allow_existing
:
type
:
boolean
label
:
"
Allow
existing"
allow_edit
:
type
:
boolean
label
:
"
Allow
edit"
match_operator
:
type
:
string
label
:
"
Match
operator"
allow_duplicate
:
type
:
boolean
label
:
"
Allow
duplicate"
hide_fieldset
:
type
:
boolean
label
:
"
Hide
fieldset"
hide_title
:
type
:
boolean
label
:
"
Hide
title"
collapsible
:
type
:
boolean
label
:
"
Collapsible"
Loading