Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simple_terms_and_menus
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
simple_terms_and_menus
Merge requests
!9
3454592 : provide a disable modal option
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
3454592 : provide a disable modal option
issue/simple_terms_and_menus-3454592:3454592-allow-to-enabledisable
into
1.0.x
Overview
0
Commits
3
Pipelines
4
Changes
6
Merged
Kevin Van Belle
requested to merge
issue/simple_terms_and_menus-3454592:3454592-allow-to-enabledisable
into
1.0.x
11 months ago
Overview
0
Commits
3
Pipelines
4
Changes
6
Expand
Closes
#3454592
0
0
Merge request reports
Compare
1.0.x
version 3
d497dad5
11 months ago
version 2
67385014
11 months ago
version 1
8b75ac76
11 months ago
1.0.x (base)
and
latest version
latest version
d497dad5
3 commits,
11 months ago
version 3
d497dad5
3 commits,
11 months ago
version 2
67385014
2 commits,
11 months ago
version 1
8b75ac76
1 commit,
11 months ago
6 files
+
150
−
42
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
config/schema/simple_terms_and_menus.schema.yml
0 → 100644
+
12
−
0
Options
simple_terms_and_menus.settings
:
type
:
config_object
mapping
:
disable_menu_modal
:
label
:
'
Disable
menu
modal'
type
:
boolean
disable_term_modal
:
label
:
'
Disable
term
modal'
type
:
boolean
disable_media_modal
:
label
:
'
Disable
media
modal'
type
:
boolean
Loading