You are here

copyright_block.schema.yml in Copyright Block module 8

config/schema/copyright_block.schema.yml

File

config/schema/copyright_block.schema.yml
View source
  1. copyright_block.settings:
  2. type: config_object
  3. label: 'Copyright block settings'
  4. mapping:
  5. start_year:
  6. type: string
  7. label: 'Start year'
  8. separator:
  9. type: string
  10. label: 'Separator'
  11. text:
  12. type: mapping
  13. mapping:
  14. value:
  15. type: text
  16. label: 'Text value'
  17. format:
  18. type: text
  19. label: 'Format'