You are here

share_everywhere.settings.schema.yml in Share Everywhere 2.x

Same filename and directory in other branches
  1. 8 config/schema/share_everywhere.settings.schema.yml
config/schema/share_everywhere.settings.schema.yml

File

config/schema/share_everywhere.settings.schema.yml
View source
  1. share_everywhere.settings:
  2. type: config_object
  3. mapping:
  4. buttons:
  5. type: mapping
  6. mapping:
  7. facebook_like:
  8. type: mapping
  9. mapping:
  10. name:
  11. type: string
  12. enabled:
  13. type: integer
  14. facebook_share:
  15. type: share_everywhere.image_button
  16. twitter:
  17. type: share_everywhere.image_button
  18. linkedin:
  19. type: share_everywhere.image_button
  20. messenger:
  21. type: share_everywhere.image_button
  22. viber:
  23. type: share_everywhere.image_button
  24. whatsapp:
  25. type: share_everywhere.image_button
  26. copy:
  27. type: share_everywhere.image_button
  28. share_icon:
  29. type: mapping
  30. mapping:
  31. image:
  32. type: string
  33. alt:
  34. type: string
  35. title:
  36. type: string
  37. display_title:
  38. type: integer
  39. style:
  40. type: string
  41. include_css:
  42. type: string
  43. include_js:
  44. type: string
  45. collapsible:
  46. type: integer
  47. location:
  48. type: string
  49. alignment:
  50. type: string
  51. per_entity:
  52. type: integer
  53. content_types:
  54. type: sequence
  55. sequence:
  56. type: string
  57. view_modes:
  58. type: sequence
  59. sequence:
  60. type: sequence
  61. sequence:
  62. type: string
  63. product_types:
  64. type: sequence
  65. sequence:
  66. type: string
  67. product_view_modes:
  68. type: sequence
  69. sequence:
  70. type: sequence
  71. sequence:
  72. type: string
  73. restricted_pages:
  74. type: mapping
  75. mapping:
  76. pages:
  77. type: sequence
  78. sequence:
  79. type: string
  80. type:
  81. type: string
  82. enabled_entities:
  83. type: sequence
  84. sequence:
  85. type: sequence
  86. sequence:
  87. type: integer
  88. weight:
  89. type: integer
  90. share_everywhere.image_button:
  91. type: mapping
  92. mapping:
  93. name:
  94. type: string
  95. title:
  96. type: string
  97. enabled:
  98. type: integer
  99. image:
  100. type: string
  101. weight:
  102. type: integer