You are here

fz152.schema.yml in FZ152 8

config/schema/fz152.schema.yml

File

config/schema/fz152.schema.yml
View source
  1. fz152.settings:
  2. type: config_object
  3. label: 'FZ152 — settings'
  4. mapping:
  5. langcode:
  6. type: string
  7. label: 'Language code'
  8. enable:
  9. type: boolean
  10. label: 'Enable functionality'
  11. translatable: true
  12. is_checkbox:
  13. type: boolean
  14. label: 'Show with checkbox'
  15. translatable: true
  16. checkbox_title:
  17. type: text
  18. lalbel: 'Checkbox label'
  19. fz152.privacy_policy_page:
  20. type: config_object
  21. label: 'FZ152 — privacy policy page'
  22. mapping:
  23. langcode:
  24. type: string
  25. label: 'Language code'
  26. enable:
  27. type: boolean
  28. label: 'Enable privacy policy page'
  29. translatable: true
  30. title:
  31. type: string
  32. label: 'Page title'
  33. translatable: true
  34. path:
  35. type: string
  36. label: 'Page path'
  37. translatable: true
  38. text:
  39. type: text_format
  40. label: 'Page text'
  41. fz152.forms:
  42. type: config_object
  43. label: 'FZ152 — forms'
  44. mapping:
  45. langcode:
  46. type: string
  47. label: 'Language code'
  48. forms:
  49. type: text
  50. label: 'Forms'