Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cl_selector_field
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
cl_selector_field
Merge requests
!2
Issue
#3313317
: Leverage form elements from cl_editorial
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3313317
: Leverage form elements from cl_editorial
issue/cl_selector_field-3313317:3313317-leverage-form-elements
into
1.x
Overview
0
Commits
1
Pipelines
0
Changes
6
Merged
Mateu Aguiló Bosch
requested to merge
issue/cl_selector_field-3313317:3313317-leverage-form-elements
into
1.x
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Compare
1.x
version 1
6a20ff6f
2 years ago
1.x (base)
and
latest version
latest version
6a20ff6f
1 commit,
2 years ago
version 1
6a20ff6f
1 commit,
2 years ago
6 files
+
130
−
239
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/cl_selector_field.schema.yml
+
25
−
12
Options
@@ -9,18 +9,31 @@ field.field_settings.cl_components_style_selector:
sequence
:
type
:
string
label
:
Name of the supported feature
allowed
:
type
:
sequence
label
:
Allowed modules
sequence
:
type
:
string
label
:
Machine name of the allowed Fractal module
forbidden
:
type
:
sequence
label
:
Forbidden modules
sequence
:
type
:
string
label
:
Machine name of the forbidden Fractal module
filters
:
type
:
mapping
mapping
:
allowed
:
type
:
sequence
label
:
Allowed components
sequence
:
type
:
string
label
:
Machine name of the allowed component
forbidden
:
type
:
sequence
label
:
Forbidden components
sequence
:
type
:
string
label
:
Machine name of the forbidden component
statuses
:
type
:
sequence
label
:
Supported component statuses
sequence
:
type
:
string
types
:
type
:
sequence
label
:
Supported component types
sequence
:
type
:
string
# Default value.
field.value.cl_components_style_selector
:
type
:
mapping
Loading