You are here

simplify.schema.yml in Simplify 8

config/schema/simplify.schema.yml

File

config/schema/simplify.schema.yml
View source
  1. simplify.global:
  2. type: config_object
  3. label: 'Global Configurations for Simplify module.'
  4. mapping:
  5. simplify_admin:
  6. type: boolean
  7. label: ''
  8. simplify_nodes_global:
  9. type: sequence
  10. label: 'Nodes settings'
  11. sequence:
  12. type: string
  13. label: 'Node setting'
  14. simplify_users_global:
  15. type: sequence
  16. label: 'Users settings'
  17. sequence:
  18. type: string
  19. label: 'User setting'
  20. simplify_comments_global:
  21. type: sequence
  22. label: 'Comments settings'
  23. sequence:
  24. type: string
  25. label: 'Comment setting'
  26. simplify_taxonomies_global:
  27. type: sequence
  28. label: 'Taxonomies settings'
  29. sequence:
  30. type: string
  31. label: 'Taxonomy setting'
  32. simplify_blocks_global:
  33. type: sequence
  34. label: 'Blocks settings'
  35. sequence:
  36. type: string
  37. label: 'Block setting'
  38. simplify_profiles_global:
  39. type: sequence
  40. label: 'Profiles settings'
  41. sequence:
  42. type: string
  43. label: 'Profile setting'
  44. simplify.content_type.*:
  45. type: config_object
  46. label: 'Per content-type configurations for Simplify module.'
  47. mapping:
  48. simplify_nodes:
  49. type: sequence
  50. label: 'Nodes settings'
  51. sequence:
  52. type: string
  53. label: 'Node setting'
  54. simplify.vocabulary.*:
  55. type: config_object
  56. label: 'Per vocabulary configurations for Simplify module.'
  57. mapping:
  58. simplify_taxonomies:
  59. type: sequence
  60. label: 'Nodes settings'
  61. sequence:
  62. type: string
  63. label: 'Node setting'
  64. simplify.comment_type.*:
  65. type: config_object
  66. label: 'Per comment-type configurations for Simplify module.'
  67. mapping:
  68. simplify_comments:
  69. type: sequence
  70. label: 'Comments settings'
  71. sequence:
  72. type: string
  73. label: 'Comment setting'
  74. simplify.block_type.*:
  75. type: config_object
  76. label: 'Per block-type configurations for Simplify module.'
  77. mapping:
  78. simplify_blocks:
  79. type: sequence
  80. label: 'Blocks settings'
  81. sequence:
  82. type: string
  83. label: 'Block setting'