You are here

bg_img_field.schema.yml in Background Image Field 8

config/schema/bg_img_field.schema.yml

File

config/schema/bg_img_field.schema.yml
View source
  1. field.formatter.settings.bg_img_field_formatter:
  2. type: mapping
  3. label: 'Image URL formatter settings'
  4. mapping:
  5. image_style:
  6. type: string
  7. label: 'Image style'
  8. field.widget.settings.bg_img_field_widget:
  9. type: mapping
  10. label: 'Default field settings'
  11. mapping:
  12. hide_css_settings:
  13. type: boolean
  14. label: 'Whether to show or hide css settings on edit screens'
  15. css_settings:
  16. type: mapping
  17. label: 'CSS settings'
  18. mapping:
  19. css_selector:
  20. type: string
  21. label: 'CSS selector to attach the background image to.'
  22. css_repeat:
  23. type: string
  24. label: 'CSS property to determine repeat value.'
  25. css_background_size:
  26. type: string
  27. label: 'CSS property to determine background size value.'
  28. css_background_position:
  29. type: string
  30. label: 'CSS property to determine background position value'