Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
node_save_redirect
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
node_save_redirect
Merge requests
!6
Issue
#3519988
: Add schema
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3519988
: Add schema
issue/node_save_redirect-3519988:3519988-add-schema
into
2.0.x
Overview
0
Commits
2
Pipelines
2
Changes
3
Merged
Stephen Mustgrave
requested to merge
issue/node_save_redirect-3519988:3519988-add-schema
into
2.0.x
1 month ago
Overview
0
Commits
2
Pipelines
2
Changes
3
Expand
Closes
#3519988
0
0
Merge request reports
Compare
2.0.x
version 1
7f8e4fc6
1 month ago
2.0.x (base)
and
latest version
latest version
59df6121
2 commits,
1 month ago
version 1
7f8e4fc6
1 commit,
1 month ago
3 files
+
72
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
config/schema/node_save_redirect.schema.yml
0 → 100644
+
38
−
0
Options
node.type.*.third_party.node_save_redirect
:
type
:
mapping
label
:
'
Node
save
redirect
radio
buttons'
mapping
:
save_type
:
type
:
integer
label
:
'
Save
type'
constraints
:
Choice
:
choices
:
-
0
-
1
-
2
-
3
-
4
save_location
:
type
:
string
label
:
'
Save
location'
save_destination
:
type
:
boolean
label
:
'
Ignore
destination
parameter
in
URLS'
edit_type
:
type
:
integer
label
:
'
Edit
type'
constraints
:
Choice
:
choices
:
-
0
-
1
-
2
-
3
-
4
edit_location
:
type
:
string
label
:
'
Edit
location'
edit_destination
:
type
:
boolean
label
:
'
Ignore
destination
parameter
in
URLS'
\ No newline at end of file
Loading