You are here

block_content.schema.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/block_content/config/schema/block_content.schema.yml
core/modules/block_content/config/schema/block_content.schema.yml

File

core/modules/block_content/config/schema/block_content.schema.yml
View source
  1. # Schema for the configuration files of the Custom Block module.
  2. block_content.type.*:
  3. type: config_entity
  4. label: 'Custom block type settings'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'ID'
  9. label:
  10. type: label
  11. label: 'Label'
  12. revision:
  13. type: integer
  14. label: 'Create new revision'
  15. description:
  16. type: text
  17. label: 'Description'
  18. migrate.source.d6_box:
  19. type: migrate_source_sql
  20. label: 'Drupal 6 box'
  21. mapping:
  22. constants:
  23. type: mapping
  24. label: 'Constants'
  25. mapping:
  26. type:
  27. type: string
  28. label: 'Type'