block_editor-1.0.x-dev/config/schema/block_editor.schema.yml
config/schema/block_editor.schema.yml
node.type.*.third_party.block_editor: &third_party_settings_alias
type: config_entity
label: "Block Editor settings"
mapping:
enabled:
type: boolean
label: "Enable Block Editor"
template:
type: string
label: "Template"
template_lock:
type: string
label: "Template lock"
allowed_blocks:
type: sequence
label: "Allowed blocks list"
sequence:
type: string
label: "Allowed block details"
allowed_drupal_blocks:
type: sequence
label: "Allowed drupal blocks list"
sequence:
type: string
label: "Allowed drupal blocks details"
allowed_image_styles:
type: sequence
label: "Allowed image styles"
sequence:
type: string
label: "Allowed image_styles"
allowed_content_block_types:
type: sequence
label: "Allowed content block types"
sequence:
type: string
label: "Allowed content block types"
# Repeat the schema for Taxonomy Vocabulary.
taxonomy.vocabulary.*.third_party.block_editor: *third_party_settings_alias
# Repeat the schema for Block Content type.
block_content.type.*.third_party.block_editor: *third_party_settings_alias
# To be added in the future, if needed. Can also be enabled
# by other modules.
# Repeat the schema for Media entity type.
# media.type.*.third_party.block_editor: *third_party_settings_alias
# Repeat the schema for Comment type.
# comment.type.*.third_party.block_editor: *third_party_settings_alias