Skip to content
Snippets Groups Projects
Commit 982179d7 authored by Florent Torregrosa's avatar Florent Torregrosa
Browse files

Merge branch '3501914-2.0.0-rc3-found-miss' into '2.0.x'

Issue #3501914 by grimreaper: [2.0.0-rc3] Config schema: third party settings for slot source.

See merge request !330
parents f1d2c273 762ae9eb
No related branches found
No related tags found
No related merge requests found
Pipeline #404613 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