Commit 51e0d32b authored by Bart Langelaan's avatar Bart Langelaan Committed by Tim Mallezie
Browse files

Issue #3279519 by bartlangelaan: Default config schema is incorrect

parent c860ad38
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@ entity_type_behaviors.entity_type_bundle.*.*:
        type: entity_type_behaviors.settings.[%key]
        label: 'Entity type behaviors'

entity_type_behaviors.behavior.settings_base:
entity_type_behaviors.settings_base:
  type: mapping
  label: 'Settings for base entity type behavior plugin'
  mapping:
    enabled:
    enable:
      type: boolean
      label: 'Enabled'
    config:
@@ -22,5 +22,5 @@ entity_type_behaviors.behavior.settings_base:

# The plugins which extend the base behavior plugin and don't provide
# any configuration form will validate on this entry.
entity_type_behaviors.behavior.settings.*:
  type: entity_type_behaviors.behavior.settings_base
entity_type_behaviors.settings.*:
  type: entity_type_behaviors.settings_base