Skip to content
Snippets Groups Projects
Commit 75103c4f authored by Florent Torregrosa's avatar Florent Torregrosa Committed by christian.wiedemann
Browse files

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!330Issue #3501914 by grimreaper: [2.0.0-rc3] Config schema: third party settings for slot source.
Pipeline #410465 passed
......@@ -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
......@@ -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]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment