Skip to content

Commit

Permalink
Adds patch to improve layout builders "Add Block" ux, closes #131
Browse files Browse the repository at this point in the history
  • Loading branch information
Brant Wynn committed Jul 22, 2019
1 parent 5bb6596 commit 0bcf9bf
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 32 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@
"#3045171: Form blocks rendered inside layout builder break save":
"https://www.drupal.org/files/issues/2019-06-10/3045171-nestedform-36.patch",
"#2977587: Improve block listing in Layout Builder... | https://drupal.org/node/2977587":
"https://www.drupal.org/files/issues/2019-07-19/2977587-140-DO-NOT-TEST.patch"
"https://www.drupal.org/files/issues/2019-07-19/2977587-140-DO-NOT-TEST.patch",
"#3069446: Layout builder's \"Add Block\" sidebar menu UX improvements | http://drupal.org/node/3069446":
"https://www.drupal.org/files/issues/2019-07-22/core-layout_builder-inline-block-ux-7.patch"
},
"drupal/adminimal_admin_toolbar": {
"Support Outside In navbar changes with new quickedit button styling | https://www.drupal.org/node/2826670": "https://www.drupal.org/files/issues/2826670-adminimal-admin-toolbar-outside-in-styles.patch"
Expand Down
54 changes: 25 additions & 29 deletions composer.lock

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

1 change: 1 addition & 0 deletions drupal-org-core.make
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-03-15/22418
projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-02-26/3015152-tps-5.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-06-10/3045171-nestedform-36.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-07-19/2977587-140-DO-NOT-TEST.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-07-22/core-layout_builder-inline-block-ux-7.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2885441-2.patch
projects[drupal][patch][] = https://www.drupal.org/files/issues/2019-03-05/2815221-116.patch
Expand Down
7 changes: 5 additions & 2 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ projects[crop][type] = module
projects[crop][version] = 2.0-rc1
projects[ctools][type] = module
projects[ctools][patch][] = https://www.drupal.org/files/issues/ctools-unserialize-plugin-collection-2831521-1.patch
projects[ctools][version] = 3.0
projects[ctools][version] = 3.2
projects[custom_body_class][type] = module
projects[custom_body_class][patch][] = https://www.drupal.org/files/issues/2019-01-05/get-error-when-revert-node-2997700-3.patch
projects[custom_body_class][version] = 1.2
Expand Down Expand Up @@ -185,7 +185,10 @@ projects[lightning_core][type] = module
projects[lightning_core][patch][] = https://www.drupal.org/files/issues/2019-05-15/lightning_core-ch-publisher-fixture-setup-0.patch
projects[lightning_core][version] = 4.4
projects[lightning_layout][type] = module
projects[lightning_layout][version] = 2.1
projects[lightning_layout][download][type] = git
projects[lightning_layout][download][url] = https://git.drupalcode.org/project/lightning_layout.git
projects[lightning_layout][download][branch] = 2.x
projects[lightning_layout][download][revision] = a55a57b20f0be6de9943d53b3ac8bf1ca646ad84
projects[lightning_media][type] = module
projects[lightning_media][version] = 3.12
projects[lightning_workflow][type] = module
Expand Down

0 comments on commit 0bcf9bf

Please sign in to comment.