You are here

simple_facebook_pixel.schema.yml in Simple Facebook Pixel 8

config/schema/simple_facebook_pixel.schema.yml

File

config/schema/simple_facebook_pixel.schema.yml
View source
  1. simple_facebook_pixel.settings:
  2. type: config_object
  3. label: 'Simple Facebook Pixel'
  4. mapping:
  5. pixel_enabled:
  6. type: boolean
  7. label: 'Enable Facebook Pixel'
  8. pixel_id:
  9. type: string
  10. label: 'Facebook Pixel ID'
  11. exclude_admin_pages:
  12. type: boolean
  13. label: 'Exclude admin pages'
  14. excluded_roles:
  15. type: sequence
  16. label: 'Exclude Facebook Pixel for the following roles'
  17. sequence:
  18. type: string
  19. label: 'Role'
  20. view_content_entities:
  21. type: sequence
  22. label: 'Add ViewContent event to the following pages'
  23. sequence:
  24. type: string
  25. label: 'Entity'
  26. complete_registration_enabled:
  27. type: boolean
  28. label: 'Enable'
  29. initiate_checkout_enabled:
  30. type: boolean
  31. label: 'Enable'
  32. purchase_enabled:
  33. type: boolean
  34. label: 'Enable'
  35. add_to_cart_enabled:
  36. type: boolean
  37. label: 'Enable'
  38. add_to_wishlist_enabled:
  39. type: boolean
  40. label: 'Enable'
  41. add_to_wishlist_flag_enabled:
  42. type: boolean
  43. label: 'Enable'
  44. add_to_wishlist_flag_list:
  45. type: sequence
  46. label: 'Available flags'
  47. sequence:
  48. type: string
  49. label: 'Flag ID'