You are here

image_widget_crop.schema.yml in Image Widget Crop 8.2

Same filename and directory in other branches
  1. 8 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. crop_types_required:
  21. type: sequence
  22. label: 'Required crop types'
  23. sequence:
  24. type: string
  25. warn_multiple_usages:
  26. type: boolean
  27. label: 'Warn user when a file have multiple usages'
  28. show_crop_area:
  29. type: boolean
  30. label: 'Always expand crop area'
  31. show_default_crop:
  32. type: boolean
  33. label: 'Show default crop area'
  34. image_widget_crop.settings:
  35. type: config_object
  36. label: 'Image widget crop settings'
  37. mapping:
  38. settings:
  39. type: mapping
  40. mapping:
  41. library_url:
  42. type: string
  43. label: 'Library URL'
  44. css_url:
  45. type: string
  46. label: 'CSS URL'
  47. crop_preview_image_style:
  48. type: string
  49. label: 'Preview crop image style'
  50. crop_list:
  51. type: sequence
  52. label: 'The preview image will be cropped'
  53. sequence:
  54. type: string
  55. crop_types_required:
  56. type: sequence
  57. label: 'Required crop types'
  58. sequence:
  59. type: string
  60. warn_multiple_usages:
  61. type: boolean
  62. label: 'Warn user when a file have multiple usages'
  63. show_default_crop:
  64. type: boolean
  65. label: 'Show default crop area'
  66. show_crop_area:
  67. type: boolean
  68. label: 'Always expand crop area'
  69. notify_apply:
  70. type: boolean
  71. label: 'Notify when crop applied'
  72. notify_update:
  73. type: boolean
  74. label: 'Notify when are crop updated'