You are here

humanstxt.schema.yml in Humans.txt 8

Same filename and directory in other branches
  1. 2.x config/schema/humanstxt.schema.yml
config/schema/humanstxt.schema.yml

File

config/schema/humanstxt.schema.yml
View source
  1. # Schema for the configuration files of the humanstxt module.
  2. humanstxt.settings:
  3. type: config_object
  4. label: 'HumansTxt Settings'
  5. mapping:
  6. content:
  7. type: text
  8. label: 'Content of the humans.txt file'
  9. translatable: true
  10. display_link:
  11. type: boolean
  12. label: 'Collects if the module should create a link to the humans.txt file.'