Skip to content
Snippets Groups Projects

Issue #3364108: Configuration schema & required keys

Compare and
18 files
+ 653
10
Compare changes
  • Side-by-side
  • Inline
Files
18
@@ -51,7 +51,8 @@ mapping:
definition_class: '\Drupal\Core\TypedData\MapDataDefinition'
mapping: {}
constraints:
# By default, only allow the explicitly listed mapping keys.
# By default, allow the explicitly listed mapping keys, and require their
# presence unless `requiredKey: false` is specified.
ValidKeys: '<infer>'
sequence:
label: Sequence
@@ -472,7+473,7 @@
sequence:
type: string
# Specify defaults.
layout_plugin.settings.*:
type: layout_plugin.settings
Loading