You are here

facebook_comments.schema.yml in Facebook Comments Social Plugin 8

config/schema/facebook_comments.schema.yml

File

config/schema/facebook_comments.schema.yml
View source
  1. # Schema for the configuration files of the Facebook comments module.
  2. field.formatter.settings.facebook_comments_formatter:
  3. type: mapping
  4. label: 'Facebook comments display format settings'
  5. mapping:
  6. facebook_comments_style:
  7. type: mapping
  8. label: 'Color schemes'
  9. mapping:
  10. type: string
  11. label: 'Color scheme'
  12. facebook_comments_width:
  13. type: integer
  14. label: 'Facebook comment plugin width'
  15. facebook_comments_width_fluid:
  16. type: boolean
  17. label: 'Fluid Facebook comment plugin width'
  18. facebook_comments_amount:
  19. type: integer
  20. label: 'Amount of comments to display'
  21. facebook_comments.settings:
  22. type: config_object
  23. label: 'Facebook comments Content Type Settings'
  24. mapping:
  25. facebook_comments_appid:
  26. type: string
  27. label: 'Facebook App ID'
  28. facebook_comments_admins:
  29. type: string
  30. label: 'Facebook Admins'
  31. facebook_comments_ssl:
  32. type: boolean
  33. label: 'SSL support'