Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
schemadotorg
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
schemadotorg
Merge requests
!178
Issue
#3460229
: Add the ability to require additional type before displaying the node edit form
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3460229
: Add the ability to require additional type before displaying the node edit form
issue/schemadotorg-3460229:3460229-require-additional-type
into
1.0.x
Overview
0
Commits
3
Pipelines
4
Changes
9
Merged
Jacob Rockowitz
requested to merge
issue/schemadotorg-3460229:3460229-require-additional-type
into
1.0.x
11 months ago
Overview
0
Commits
3
Pipelines
4
Changes
9
Expand
Closes
#3460229
0
0
Merge request reports
Compare
1.0.x
version 3
2a05fd50
11 months ago
version 2
617dde60
11 months ago
version 1
47f996d4
11 months ago
1.0.x (base)
and
latest version
latest version
2a05fd50
3 commits,
11 months ago
version 3
2a05fd50
3 commits,
11 months ago
version 2
617dde60
2 commits,
11 months ago
version 1
47f996d4
1 commit,
11 months ago
9 files
+
477
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
modules/schemadotorg_additional_type/config/install/schemadotorg_additional_type.settings.yml
+
2
−
0
Options
@@ -10,6 +10,8 @@ default_types:
-
MedicalBusiness
-
Organization
-
WebPage
required_types
:
-
Event
default_allowed_values
:
WebPage
:
AboutPage
:
'
About
Page'
Loading