You are here

datalayer.schema.yml in dataLayer 8

config/schema/datalayer.schema.yml

File

config/schema/datalayer.schema.yml
View source
  1. datalayer.settings:
  2. type: config_object
  3. label: Settings
  4. mapping:
  5. add_page_meta:
  6. label: 'Add entity meta data to pages'
  7. type: boolean
  8. output_terms:
  9. label: 'Include taxonomy terms'
  10. type: boolean
  11. output_fields:
  12. label: 'Include enabled field values'
  13. type: boolean
  14. lib_helper:
  15. label: 'Include "data layer helper" library'
  16. type: boolean
  17. entity_meta:
  18. label: 'Entity meta data'
  19. type: sequence
  20. sequence:
  21. type: string
  22. label: 'Meta data'
  23. enable_ia:
  24. label: 'Display IA paths in output'
  25. type: boolean
  26. ia_depth:
  27. label: 'Set depth of displayed paths'
  28. type: integer
  29. ia_category_primary:
  30. label: 'Set label for first component of path'
  31. type: string
  32. ia_category_sub:
  33. label: 'Set label for sub components of path'
  34. type: string
  35. vocabs:
  36. label: 'Taxonomy'
  37. type: sequence
  38. sequence:
  39. type: string
  40. label: 'Term'
  41. expose_user_details:
  42. label: 'Expose user details'
  43. type: string
  44. expose_user_details_roles:
  45. label: 'Expose user roles'
  46. type: sequence
  47. sequence:
  48. type: string
  49. label: 'Role'
  50. current_user_meta:
  51. label: 'Current user meta data'
  52. type: sequence
  53. sequence:
  54. type: string
  55. label: 'Current User Meta Data'
  56. group:
  57. label: 'Include group support'
  58. type: boolean
  59. expose_user_details_fields:
  60. label: 'Include enabled user field values'
  61. type: boolean
  62. entity_title:
  63. label: 'Label for the title of the entity'
  64. type: string
  65. entity_type:
  66. label: 'Label for the type of the entity'
  67. type: string
  68. entity_bundle:
  69. label: 'Label for the bundle of the entity'
  70. type: string
  71. entity_identifier:
  72. label: 'Label for the identifier of the entity'
  73. type: string
  74. group_label:
  75. label: 'Label for the group label value'
  76. type: string
  77. drupal_language:
  78. label: 'Label for the language of the Drupal site'
  79. type: string
  80. drupal_country:
  81. label: 'Label for the country of the Drupal site'
  82. type: string
  83. site_name:
  84. label: 'Label for the sitename value'
  85. type: string
  86. key_replacements:
  87. label: 'Exposed field sub-key replacements'
  88. type: sequence
  89. sequence:
  90. type: string
  91. label: 'Replacement'