You are here

terms_of_use.schema.yml in Terms of Use 8

config/schema/terms_of_use.schema.yml

File

config/schema/terms_of_use.schema.yml
View source
  1. # Schema for the configuration files of terms_of_use module.
  2. search_api.settings:
  3. type: mapping
  4. label: 'Terms of use settings'
  5. mapping:
  6. fieldset_name:
  7. type: string
  8. label: 'Title in the fieldset of the terms of use form when an user wants to register'
  9. translatable: true
  10. checkbox_label:
  11. type: string
  12. label: 'Text refers to the user agrees to the terms of use'
  13. translatable: true
  14. node_id:
  15. type: integer
  16. label: 'Terms of use node id'
  17. node_title:
  18. type: string
  19. label: 'Terms of use node title'