Skip to content

Commit

Permalink
Update drupal/paragraphs_ee module to "10.0.5"
Browse files Browse the repository at this point in the history
The arrows to move a paragraph up/down is now included and can be enabled via "Manage form display" by checking the "Show arrows for drag & drop" option for the paragraphs field.

- Removed patch `3246408`
  • Loading branch information
kasperbirch1 committed Nov 5, 2024
1 parent f464992 commit eb493ba
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 59 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,7 @@
"3343816: Specification includes disabled resources": "https://git.drupalcode.org/project/openapi_rest/-/commit/6618157334feca93fad1041583375eed660b9085.patch"
},
"drupal/paragraphs_ee": {
"3106254: Sorting paragraph list alphabetically in modal": "https://www.drupal.org/files/issues/2023-03-30/paragraphs_ee_sort.patch",
"3246408: Arrow buttons instead of drag n drop": "https://git.drupalcode.org/project/paragraphs_ee/-/commit/4e16e0d79386dcf13db901f5634f2e30f0814137.patch"
"3106254: Sorting paragraph list alphabetically in modal": "https://www.drupal.org/files/issues/2023-03-30/paragraphs_ee_sort.patch"
},
"drupal/potion": {
"3201365: Allow setting a default write mode when running potion:generate": "https://www.drupal.org/files/issues/2021-03-03/potion-allow_setting_a_default_write_mode-3201365-2.patch",
Expand Down
97 changes: 48 additions & 49 deletions composer.lock

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

11 changes: 7 additions & 4 deletions config/sync/core.entity_form_display.node.article.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,17 +156,20 @@ content:
features:
add_above: '0'
collapse_edit_all: collapse_edit_all
convert: '0'
duplicate: duplicate
third_party_settings:
paragraphs_ee:
paragraphs_ee:
dialog_off_canvas: false
dialog_style: tiles
paragraphs_features:
add_in_between: true
add_in_between_link_count: 0
delete_confirmation: true
show_drag_and_drop: true
show_collapse_all: true
paragraphs_ee:
paragraphs_ee:
dialog_off_canvas: false
dialog_style: tiles
drag_drop: true
field_publication_date:
type: datetime_default
weight: 7
Expand Down
3 changes: 3 additions & 0 deletions config/sync/core.entity_form_display.node.branch.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,20 @@ content:
features:
add_above: '0'
collapse_edit_all: collapse_edit_all
convert: '0'
duplicate: duplicate
third_party_settings:
paragraphs_features:
add_in_between: true
add_in_between_link_count: 0
delete_confirmation: true
show_drag_and_drop: true
show_collapse_all: true
paragraphs_ee:
paragraphs_ee:
dialog_off_canvas: false
dialog_style: tiles
drag_drop: true
field_phone:
type: telephone_default
weight: 12
Expand Down
11 changes: 7 additions & 4 deletions config/sync/core.entity_form_display.node.page.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,20 @@ content:
features:
add_above: '0'
collapse_edit_all: collapse_edit_all
convert: '0'
duplicate: duplicate
third_party_settings:
paragraphs_ee:
paragraphs_ee:
dialog_off_canvas: false
dialog_style: tiles
paragraphs_features:
add_in_between: true
add_in_between_link_count: 0
delete_confirmation: true
show_drag_and_drop: true
show_collapse_all: true
paragraphs_ee:
paragraphs_ee:
dialog_off_canvas: false
dialog_style: tiles
drag_drop: true
field_publication_date:
type: datetime_default
weight: 8
Expand Down

0 comments on commit eb493ba

Please sign in to comment.