You are here

social_simple.schema.yml in Social simple 8

Same filename and directory in other branches
  1. 2.0.x config/schema/social_simple.schema.yml
config/schema/social_simple.schema.yml

File

config/schema/social_simple.schema.yml
View source
  1. block.settings.social_simple_block:
  2. type: block_settings
  3. label: 'Social simple block'
  4. mapping:
  5. social_share_title:
  6. type: label
  7. label: 'Social share title'
  8. social_networks:
  9. type: sequence
  10. label: 'Social networks'
  11. sequence:
  12. type: string
  13. label: 'Social network'
  14. node.type.*.third_party.social_simple:
  15. type: mapping
  16. label: 'Per-content type social simple sharing settings'
  17. mapping:
  18. share:
  19. type: integer
  20. label: 'Enable social simple share links'
  21. title:
  22. type: label
  23. label: 'Social share title'
  24. networks:
  25. type: sequence
  26. label: 'Social networks selected'
  27. sequence:
  28. type: string
  29. label: 'Network machine name'
  30. hashtags:
  31. type: string
  32. label: 'Hashtags source field'