Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
"drupal/csv_field": "^3.0",
"drupal/csv_serialization": "^2.0 || ^3.0",
"drupal/datalayer": "^2",
"drupal/decorative_image_widget": "^1.0",
"drupal/devel": "^5",
"drupal/diff": "^1.7",
"drupal/draggableviews": "^2.1",
Expand Down
51 changes: 50 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- image.style.thumbnail
- paragraphs.paragraphs_type.image
module:
- decorative_image_widget
- image
- text
id: paragraph.image.default
Expand All @@ -28,7 +29,9 @@ content:
settings:
progress_indicator: throbber
preview_image_style: thumbnail
third_party_settings: { }
third_party_settings:
decorative_image_widget:
use_decorative_checkbox: true
field_image_administrative_title:
type: string_textfield
weight: 2
Expand Down
1 change: 1 addition & 0 deletions conf/drupal/config/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module:
datalayer: 0
datetime: 0
datetime_range: 0
decorative_image_widget: 0
diff: 0
draggableviews: 0
dropzonejs: 0
Expand Down