custom_block.schema.yml

drupal/core/modules/block/custom_block/config/schema/custom_block.schema.yml

File

drupal/core/modules/block/custom_block/config/schema/custom_block.schema.yml
View source
  1. # Schema for the configuration files of the Custom Block module.
  2. custom_block.type.*:
  3. type: mapping
  4. label: 'Custom block type settings'
  5. mapping:
  6. id:
  7. type: string
  8. label: 'Machine-readable name'
  9. uuid:
  10. type: string
  11. label: 'UUID'
  12. label:
  13. type: label
  14. label: 'Label'
  15. revision:
  16. type: integer
  17. label: 'Create new revision'
  18. description:
  19. type: text
  20. label: 'Description'
  21. status:
  22. type: boolean
  23. label: 'Status'
  24. langcode:
  25. type: string
  26. label: 'Default language'