block_editor-1.0.x-dev/block_editor.block_editor.yml
block_editor.block_editor.yml
# Block Editor entity type mappings for the Block Editor module itself. # This file demonstrates the *.block_editor.yml configuration format. # # Other modules can create their own [module_name].block_editor.yml file # to register their custom entity types for Block Editor support. # # Format: # entity_types: # [bundle_entity_type_id]: [content_entity_type_id] # # Example: # entity_types: # comment_type: comment # media_type: media entity_types: # These are already hardcoded in EntityManager for built-in support, # but they're listed here as examples: # node_type: node # taxonomy_vocabulary: taxonomy_term # block_content_type: block_content
