Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ui_patterns
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_patterns
Commits
75103c4f
Commit
75103c4f
authored
3 months ago
by
Florent Torregrosa
Committed by
christian.wiedemann
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3501914
by grimreaper: [2.0.0-rc3] Config schema: third party settings for slot source.
parent
a711baf0
No related branches found
No related tags found
1 merge request
!330
Issue #3501914 by grimreaper: [2.0.0-rc3] Config schema: third party settings for slot source.
Pipeline
#410465
passed
3 months ago
Stage: build
Stage: validate
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/schema/ui_patterns.sources.schema.yml
+9
-0
9 additions, 0 deletions
config/schema/ui_patterns.sources.schema.yml
modules/ui_patterns_field_formatters/config/schema/ui_patterns_field_formatters.sources.schema.yml
+8
-0
8 additions, 0 deletions
...ig/schema/ui_patterns_field_formatters.sources.schema.yml
with
17 additions
and
0 deletions
config/schema/ui_patterns.sources.schema.yml
+
9
−
0
View file @
75103c4f
...
...
@@ -165,3 +165,12 @@ ui_patterns_source.block:
# Same here ui_patterns_source.block
ui_patterns_source.entity_field
:
type
:
ignore
# This source uses a dynamic subkey.
# The configuration looks like:
# source_id: entity_reference
# source:
# derivable_context: 'context:id'
# 'context:id':
ui_patterns_source.entity_reference
:
type
:
ignore
This diff is collapsed.
Click to expand it.
modules/ui_patterns_field_formatters/config/schema/ui_patterns_field_formatters.sources.schema.yml
+
8
−
0
View file @
75103c4f
...
...
@@ -8,3 +8,11 @@ ui_patterns_source.field_formatter:*:*:*:
settings
:
type
:
field.formatter.settings.[%parent.type]
label
:
'
Field
formatter
settings'
third_party_settings
:
# Third party settings are always optional: they're an optional extension
# point.
requiredKey
:
false
type
:
sequence
label
:
'
Third
party
settings'
sequence
:
type
:
field.formatter.third_party.[%key]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment