You are here

core.entity_form_display.node.crop_simple_example.default.yml in Image Widget Crop 8.2

modules/image_widget_crop_examples/config/optional/core.entity_form_display.node.crop_simple_example.default.yml

File

modules/image_widget_crop_examples/config/optional/core.entity_form_display.node.crop_simple_example.default.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. config:
  5. - field.field.node.crop_simple_example.body
  6. - field.field.node.crop_simple_example.field_image_crop_simple
  7. - image.style.thumbnail
  8. - node.type.crop_simple_example
  9. module:
  10. - image_widget_crop
  11. - path
  12. - text
  13. _core:
  14. default_config_hash: 5-na3wxyndnQyLzy1pepCFukjewbhJDoAozYO7XQXeg
  15. id: node.crop_simple_example.default
  16. targetEntityType: node
  17. bundle: crop_simple_example
  18. mode: default
  19. content:
  20. body:
  21. type: text_textarea_with_summary
  22. weight: 2
  23. settings:
  24. rows: 9
  25. summary_rows: 3
  26. placeholder: ''
  27. third_party_settings: { }
  28. region: content
  29. created:
  30. type: datetime_timestamp
  31. weight: 5
  32. settings: { }
  33. third_party_settings: { }
  34. region: content
  35. field_image_crop_simple:
  36. weight: 1
  37. settings:
  38. show_crop_area: true
  39. show_default_crop: true
  40. warn_multiple_usages: true
  41. crop_types_required:
  42. - crop_16_9
  43. preview_image_style: thumbnail
  44. crop_preview_image_style: crop_thumbnail
  45. crop_list:
  46. - crop_16_9
  47. progress_indicator: throbber
  48. third_party_settings: { }
  49. type: image_widget_crop
  50. region: content
  51. langcode:
  52. type: language_select
  53. weight: 2
  54. settings:
  55. include_locked: true
  56. third_party_settings: { }
  57. region: content
  58. path:
  59. type: path
  60. weight: 8
  61. settings: { }
  62. third_party_settings: { }
  63. region: content
  64. promote:
  65. type: boolean_checkbox
  66. settings:
  67. display_label: true
  68. weight: 6
  69. third_party_settings: { }
  70. region: content
  71. sticky:
  72. type: boolean_checkbox
  73. settings:
  74. display_label: true
  75. weight: 7
  76. third_party_settings: { }
  77. region: content
  78. title:
  79. type: string_textfield
  80. weight: 0
  81. settings:
  82. size: 60
  83. placeholder: ''
  84. third_party_settings: { }
  85. region: content
  86. uid:
  87. type: entity_reference_autocomplete
  88. weight: 4
  89. settings:
  90. match_operator: CONTAINS
  91. size: 60
  92. placeholder: ''
  93. third_party_settings: { }
  94. region: content
  95. hidden: { }