Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ui_icons
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
ui_icons
Merge requests
!8
Issue
#3468577
,
#3468578
by mogtofu33: Field and field link multiple and default value
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3468577
,
#3468578
by mogtofu33: Field and field link multiple and default value
issue/ui_icons-3468577:3468577-1.0.0-alpha3-field-multiple
into
1.0.x
Overview
0
Commits
1
Pipelines
2
Changes
7
Merged
Jean Valverde
requested to merge
issue/ui_icons-3468577:3468577-1.0.0-alpha3-field-multiple
into
1.0.x
10 months ago
Overview
0
Commits
1
Pipelines
2
Changes
7
Expand
Closes
#3468577
0
0
Merge request reports
Compare
1.0.x
1.0.x (base)
and
latest version
latest version
93edcee2
1 commit,
10 months ago
7 files
+
74
−
116
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
modules/ui_icons_field/config/schema/ui_icons_field.schema.yml
+
10
−
21
Options
@@ -2,19 +2,16 @@ field.value.ui_icon:
type
:
mapping
label
:
'
Default
icon
value'
mapping
:
default_icon
:
type
:
mapping
mapping
:
target_id
:
type
:
string
label
:
'
Default
icon
ID'
settings
:
type
:
sequence
label
:
'
Default
icon
settings'
# sequence:
# type: sequence
# sequence:
# type: string
target_id
:
type
:
string
label
:
'
Default
icon
ID'
settings
:
type
:
sequence
label
:
'
Default
icon
settings'
# sequence:
# type: sequence
# sequence:
# type: string
field.formatter.settings.icon_formatter
:
type
:
mapping
@@ -23,10 +20,6 @@ field.formatter.settings.icon_formatter:
icon_settings
:
type
:
sequence
label
:
'
Icon
extractor
settings'
# sequence:
# type: sequence
# sequence:
# type: string
field.formatter.settings.icon_link_formatter
:
type
:
mapping
@@ -35,10 +28,6 @@ field.formatter.settings.icon_link_formatter:
icon_settings
:
type
:
sequence
label
:
'
Icon
extractor
settings'
# sequence:
# type: sequence
# sequence:
# type: string
icon_display
:
type
:
string
label
:
'
Icon
display
position'
Loading