book.schema.yml

drupal/core/modules/book/config/schema/book.schema.yml

File

drupal/core/modules/book/config/schema/book.schema.yml
View source
  1. # Schema for the configuration files of the book module.
  2. book.settings:
  3. type: mapping
  4. label: 'Book settings'
  5. mapping:
  6. allowed_types:
  7. type: sequence
  8. label: 'Content types allowed in book outlines'
  9. sequence:
  10. - type: string
  11. label: 'Content type'
  12. block:
  13. type: mapping
  14. label: 'Block'
  15. mapping:
  16. navigation:
  17. type: mapping
  18. label: 'Navigation'
  19. mapping:
  20. mode:
  21. type: string
  22. label: 'Mode'
  23. child_type:
  24. type: string
  25. label: 'Content type for child pages'