You are here

image_widget_crop.schema.yml in Image Widget Crop 8

Same filename and directory in other branches
  1. 8.2 config/schema/image_widget_crop.schema.yml
config/schema/image_widget_crop.schema.yml

File

config/schema/image_widget_crop.schema.yml
View source
  1. # Schema for configuration files of the ImageWidgetCrop module.
  2. field.widget.settings.image_widget_crop:
  3. type: mapping
  4. label: 'Image field display format settings'
  5. mapping:
  6. progress_indicator:
  7. type: string
  8. label: 'Progress indicator'
  9. preview_image_style:
  10. type: string
  11. label: 'Preview image style'
  12. crop_preview_image_style:
  13. type: string
  14. label: 'Preview crop image style'
  15. crop_list:
  16. type: sequence
  17. label: 'The preview image will be cropped'
  18. sequence:
  19. type: string
  20. warn_multiple_usages:
  21. type: boolean
  22. label: 'Warn user when a file have multiple usages'
  23. show_crop_area:
  24. type: boolean
  25. label: 'Always expand crop area'
  26. show_default_crop:
  27. type: boolean
  28. label: 'Show default crop area'
  29. image_widget_crop.settings:
  30. type: config_object
  31. label: 'Image widget crop settings'
  32. mapping:
  33. settings:
  34. type: mapping
  35. mapping:
  36. library_url:
  37. type: string
  38. label: 'Library URL'
  39. css_url:
  40. type: string
  41. label: 'CSS URL'
  42. crop_preview_image_style:
  43. type: string
  44. label: 'Preview crop image style'
  45. crop_list:
  46. type: sequence
  47. label: 'The preview image will be cropped'
  48. sequence:
  49. type: string
  50. warn_multiple_usages:
  51. type: boolean
  52. label: 'Warn user when a file have multiple usages'
  53. show_default_crop:
  54. type: boolean
  55. label: 'Show default crop area'
  56. show_crop_area:
  57. type: boolean
  58. label: 'Always expand crop area'