You are here

bg_image_formatter.schema.yml in Background Images Formatter 8.3

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

File

config/schema/bg_image_formatter.schema.yml
View source
  1. field.formatter.settings.bg_image_formatter:
  2. type: mapping
  3. label: 'Background image formatter settings'
  4. mapping:
  5. image_style:
  6. type: string
  7. label: 'The image style to use for the background image'
  8. css_settings:
  9. type: mapping
  10. label: 'CSS settings'
  11. mapping:
  12. bg_image_selector:
  13. type: string
  14. label: 'Selector'
  15. bg_image_z_index:
  16. type: string
  17. label: 'Z-index'
  18. bg_image_color:
  19. type: string
  20. label: 'Color'
  21. bg_image_x:
  22. type: string
  23. label: 'X coordinate'
  24. bg_image_y:
  25. type: string
  26. label: 'Y coordinate'
  27. bg_image_attachment:
  28. type: string
  29. label: 'Attachment'
  30. bg_image_repeat:
  31. type: string
  32. label: 'Repeat'
  33. bg_image_background_size:
  34. type: string
  35. label: 'Background size'
  36. bg_image_media_query:
  37. type: string
  38. label: 'Media query'
  39. bg_image_important:
  40. type: integer
  41. label: 'Important'
  42. bg_image_background_size_ie8:
  43. type: integer
  44. label: 'IE8 filters enabled?'
  45. bg_image_path_format:
  46. type: string
  47. label: 'Image path format'
  48. bg_image_gradient:
  49. type: string
  50. label: 'Image gradient'