Skip to content
Snippets Groups Projects
Commit c328cc51 authored by Igor Biki's avatar Igor Biki
Browse files

ISTWCMS-7020: Restricting blocks to be used on dashboards.

parent 8ca43d84
No related branches found
No related tags found
1 merge request!42ISTWCMS-7020: Removing unused code for uw_dashboards allowed blocks.
......@@ -6,6 +6,7 @@ dependencies:
third_party_settings:
layout_builder_restrictions:
allowed_block_categories:
- Editoria11y
- 'Lists (Views)'
- Menus
- System
......@@ -19,22 +20,20 @@ third_party_settings:
- uw_3_column
- uw_inverted_l_right
- uw_inverted_l_left
restricted_categories: { }
blacklisted_blocks:
'Lists (Views)':
- 'views_block:bibcite_reference-bibcite_reference_block'
Menus: { }
System: { }
'UW Custom Blocks':
- uw_cbl_blog_author
- uw_cbl_special_alert
- uw_cbl_content_moderation
'UW Dashboard Items': { }
Webform: { }
restricted_categories:
- Editoria11y
- 'Lists (Views)'
- Menus
- System
- 'UW Custom Blocks'
- Webform
blacklisted_blocks: { }
whitelisted_blocks: { }
id: my_dashboard
admin_label: 'My Dashboard'
category: ''
frontend: false
weight: 0
sections:
-
layout_id: uw_3_column
......@@ -180,5 +179,3 @@ sections:
additional:
layout_builder_id: content-list
third_party_settings: { }
frontend: false
weight: 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment