Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Place three content blocks on the Content Management board; see #3395496 #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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 @@ -90,6 +90,7 @@
"Provide a block for clearing cache from a dashboard": "https://www.drupal.org/files/issues/2023-06-28/3351706-27-block-clear-cache.patch"
},
"drupal/dashboard": {
"Provide content blocks in one view": "https://www.drupal.org/files/issues/2023-10-20/3395496-8.patch"
}
}
}
Expand Down
32 changes: 29 additions & 3 deletions config/sync/dashboard.dashboard.content_management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ layout:
context_mapping: { }
column_widths: 50-50
components:
7e5e7ef4-cd78-4301-a84f-e6c8dc7074be:
uuid: 7e5e7ef4-cd78-4301-a84f-e6c8dc7074be
ef01b050-597d-4462-9131-9ce5361d8501:
uuid: ef01b050-597d-4462-9131-9ce5361d8501
region: first
configuration:
id: 'views_block:my_own_drafts-block_own_drafts'
id: 'views_block:dashboard_content-block_own_drafts'
label: ''
label_display: visible
provider: views
Expand All @@ -26,6 +26,32 @@ layout:
items_per_page: none
weight: 0
additional: { }
fb01524d-6ea6-4574-81a5-9fc1678ad529:
uuid: fb01524d-6ea6-4574-81a5-9fc1678ad529
region: second
configuration:
id: 'views_block:dashboard_content-block_own_recent_content'
label: ''
label_display: visible
provider: views
context_mapping: { }
views_label: ''
items_per_page: none
weight: 1
additional: { }
5db2e933-08eb-4dbf-a24b-a7407f24b063:
uuid: 5db2e933-08eb-4dbf-a24b-a7407f24b063
region: first
configuration:
id: 'views_block:dashboard_content-block_edited_content'
label: ''
label_display: visible
provider: views
context_mapping: { }
views_label: ''
items_per_page: none
weight: 1
additional: { }
third_party_settings: { }
-
layout_id: layout_twocol_section
Expand Down
Loading
Loading