Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
front
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
front
Merge requests
!5
front_page-add-missing-config-schema-3223049-2.patch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
front_page-add-missing-config-schema-3223049-2.patch
issue/front-3223049:3223049-missing-config-schema
into
10.x
Overview
0
Commits
1
Pipelines
0
Changes
4
Merged
Julian Pustkuchen
requested to merge
issue/front-3223049:3223049-missing-config-schema
into
10.x
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
4
Expand
Closes
#3223049
0
0
Merge request reports
Compare
10.x
10.x (base)
and
latest version
latest version
a42b1a69
1 commit,
1 year ago
4 files
+
77
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
config/schema/front_page.schema.yml
0 → 100644
+
26
−
0
Options
front_page.settings
:
type
:
config_object
label
:
Front page settings
mapping
:
enabled
:
type
:
boolean
label
:
Front page override enabled
roles
:
type
:
sequence
label
:
Overrides per role
sequence
:
-
type
:
front_page.settings.role
front_page.settings.role
:
type
:
mapping
label
:
Role overrides
mapping
:
enabled
:
type
:
boolean
label
:
Enabled
weight
:
type
:
integer
label
:
Weight
path
:
type
:
string
label
:
Redirect path
Loading