-
Notifications
You must be signed in to change notification settings - Fork 3
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
SHS-5913 Dashboard initiative #1689
base: 11.8.1-release
Are you sure you want to change the base?
Changes from 19 commits
585d2fd
fe73ee3
1099e87
81fcea4
9c804d8
3bc566d
f5c276a
4351b85
d3d9cd2
9f9f13a
8523be9
890534b
d494cd2
a391aa5
a1a9165
d64d165
447ce67
c06e05b
7ffad47
e608e46
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -79,6 +79,7 @@ | |||||
"drupal/core-composer-scaffold": "~10.3.0", | ||||||
"drupal/core-recommended": "~10.3.0", | ||||||
"drupal/cshs": "^4.0", | ||||||
"drupal/dashboard": "^2.0@alpha", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
"drupal/default_content": "^2.0", | ||||||
"drupal/diff": "^1.0", | ||||||
"drupal/display_field_copy": "^2.1", | ||||||
|
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 |
---|---|---|
@@ -0,0 +1,127 @@ | ||
uuid: 9e622af8-2093-42ab-a7fe-0f1408c29a7b | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- views.view.duplicate_people | ||
- views.view.editoria11y_results | ||
- views.view.my_latest_edits | ||
- views.view.new_default_image_alt_text | ||
- views.view.site_dashboard_active_site_editors | ||
module: | ||
- hs_dashboard | ||
- layout_builder | ||
- layout_discovery | ||
- views | ||
id: dashboard | ||
label: Dashboard | ||
Comment on lines
+16
to
+17
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There may be more dashboards in the future? Calling this "Home Dashboard" or "Main Dashboard" could help future-proof. |
||
description: '' | ||
layout: | ||
- | ||
layout_id: layout_twocol_section | ||
layout_settings: | ||
label: 'My latest edits / Duplicate People' | ||
context_mapping: { } | ||
column_widths: 50-50 | ||
components: | ||
7a14ab89-4e5b-4cb6-92bf-a68bc5e1e51e: | ||
uuid: 7a14ab89-4e5b-4cb6-92bf-a68bc5e1e51e | ||
region: first | ||
configuration: | ||
id: 'views_block:my_latest_edits-block_1' | ||
label: '' | ||
label_display: visible | ||
provider: views | ||
context_mapping: { } | ||
views_label: '' | ||
items_per_page: none | ||
exposed: { } | ||
weight: 0 | ||
additional: { } | ||
587e2cf4-9e8a-4824-9fbd-7cdecf13b91f: | ||
uuid: 587e2cf4-9e8a-4824-9fbd-7cdecf13b91f | ||
region: second | ||
configuration: | ||
id: 'views_block:duplicate_people-block_1' | ||
label: '' | ||
label_display: visible | ||
provider: views | ||
context_mapping: { } | ||
views_label: '' | ||
items_per_page: none | ||
exposed: { } | ||
weight: 0 | ||
additional: { } | ||
third_party_settings: { } | ||
- | ||
layout_id: layout_onecol | ||
layout_settings: | ||
label: 'Section one col' | ||
context_mapping: { } | ||
components: | ||
fdff49bf-c002-4f14-a705-911da9e979a8: | ||
uuid: fdff49bf-c002-4f14-a705-911da9e979a8 | ||
region: content | ||
configuration: | ||
id: 'views_block:editoria11y_results-block_top_results' | ||
label: '' | ||
label_display: visible | ||
provider: views | ||
context_mapping: { } | ||
views_label: '' | ||
items_per_page: none | ||
exposed: { } | ||
weight: 7 | ||
additional: { } | ||
c2e96c4c-3687-40e8-baba-030bd9a7ea35: | ||
uuid: c2e96c4c-3687-40e8-baba-030bd9a7ea35 | ||
region: content | ||
configuration: | ||
id: hs_dashboard_hsdp_announcements | ||
label: 'HSDP Announcements' | ||
label_display: visible | ||
provider: hs_dashboard | ||
context_mapping: { } | ||
weight: 8 | ||
additional: { } | ||
b393947f-61c3-4752-939e-6c084e51b70f: | ||
uuid: b393947f-61c3-4752-939e-6c084e51b70f | ||
region: content | ||
configuration: | ||
id: 'views_block:site_dashboard_active_site_editors-block_1' | ||
label: '' | ||
label_display: visible | ||
provider: views | ||
context_mapping: { } | ||
views_label: '' | ||
items_per_page: none | ||
exposed: { } | ||
weight: 2 | ||
additional: { } | ||
50ecf2ae-f119-4527-89bc-78bdb5a63e7b: | ||
uuid: 50ecf2ae-f119-4527-89bc-78bdb5a63e7b | ||
region: content | ||
configuration: | ||
id: 'views_block:new_default_image_alt_text-block_1' | ||
label: '' | ||
label_display: visible | ||
provider: views | ||
context_mapping: { } | ||
views_label: '' | ||
items_per_page: none | ||
exposed: { } | ||
weight: 6 | ||
additional: { } | ||
639187d0-99c0-40de-a51c-1adfcfc5a258: | ||
uuid: 639187d0-99c0-40de-a51c-1adfcfc5a258 | ||
region: content | ||
configuration: | ||
id: hs_dashboard_importers | ||
label: Importers | ||
label_display: visible | ||
provider: hs_dashboard | ||
context_mapping: { } | ||
weight: 3 | ||
additional: { } | ||
third_party_settings: { } | ||
weight: 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that Dashboard has a real release, we should switch to a stable version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's exciting to finally get a stable release. Security Coverage too 😃