This repository has been archived by the owner on Oct 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added default blocks config. Updated Prism.
- Loading branch information
Showing
63 changed files
with
3,443 additions
and
948 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
config/optional/block.block.material_base_account_menu.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- system.menu.account | ||
module: | ||
- block_class | ||
- system | ||
theme: | ||
- material_base | ||
third_party_settings: | ||
block_class: | ||
classes: 'navbar-item navbar-account-menu pull-right' | ||
id: material_base_account_menu | ||
theme: material_base | ||
region: navbar | ||
weight: -4 | ||
provider: null | ||
plugin: 'system_menu_block:account' | ||
settings: | ||
id: 'system_menu_block:account' | ||
label: 'User account menu' | ||
provider: system | ||
label_display: '0' | ||
level: 1 | ||
depth: 1 | ||
visibility: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- block_class | ||
- system | ||
theme: | ||
- material_base | ||
third_party_settings: | ||
block_class: | ||
classes: 'navbar-item navbar-branding' | ||
id: material_base_branding | ||
theme: material_base | ||
region: navbar | ||
weight: -6 | ||
provider: null | ||
plugin: system_branding_block | ||
settings: | ||
id: system_branding_block | ||
label: 'Site branding' | ||
provider: system | ||
label_display: '0' | ||
use_site_logo: true | ||
use_site_name: true | ||
use_site_slogan: true | ||
visibility: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- system | ||
theme: | ||
- material_base | ||
id: material_base_breadcrumbs | ||
theme: material_base | ||
region: breadcrumb | ||
weight: 0 | ||
provider: null | ||
plugin: system_breadcrumb_block | ||
settings: | ||
id: system_breadcrumb_block | ||
label: Breadcrumbs | ||
provider: system | ||
label_display: '0' | ||
visibility: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- system | ||
theme: | ||
- material_base | ||
id: material_base_content | ||
theme: material_base | ||
region: content | ||
weight: 0 | ||
provider: null | ||
plugin: system_main_block | ||
settings: | ||
id: system_main_block | ||
label: 'Main page content' | ||
provider: system | ||
label_display: '0' | ||
visibility: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- system.menu.footer | ||
module: | ||
- block_class | ||
- system | ||
theme: | ||
- material_base | ||
third_party_settings: | ||
block_class: | ||
classes: footer-item | ||
id: material_base_footer | ||
theme: material_base | ||
region: footer_content | ||
weight: -6 | ||
provider: null | ||
plugin: 'system_menu_block:footer' | ||
settings: | ||
id: 'system_menu_block:footer' | ||
label: 'Footer menu' | ||
provider: system | ||
label_display: '0' | ||
level: 1 | ||
depth: 0 | ||
visibility: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- help | ||
theme: | ||
- material_base | ||
id: material_base_help | ||
theme: material_base | ||
region: content | ||
weight: -7 | ||
provider: null | ||
plugin: help_block | ||
settings: | ||
id: help_block | ||
label: Help | ||
provider: help | ||
label_display: '0' | ||
visibility: { } |
17 changes: 17 additions & 0 deletions
17
config/optional/block.block.material_base_local_actions.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
theme: | ||
- material_base | ||
id: material_base_local_actions | ||
theme: material_base | ||
region: content | ||
weight: -7 | ||
provider: null | ||
plugin: local_actions_block | ||
settings: | ||
id: local_actions_block | ||
label: 'Primary admin actions' | ||
provider: core | ||
label_display: '0' | ||
visibility: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
theme: | ||
- material_base | ||
id: material_base_local_tasks | ||
theme: material_base | ||
region: content | ||
weight: -7 | ||
provider: null | ||
plugin: local_tasks_block | ||
settings: | ||
id: local_tasks_block | ||
label: Tabs | ||
provider: core | ||
label_display: '0' | ||
primary: true | ||
secondary: true | ||
visibility: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- system.menu.main | ||
module: | ||
- block_class | ||
- system | ||
theme: | ||
- material_base | ||
third_party_settings: | ||
block_class: | ||
classes: 'navbar-item navbar-menu pull-center' | ||
id: material_base_main_menu | ||
theme: material_base | ||
region: navbar | ||
weight: -5 | ||
provider: null | ||
plugin: 'system_menu_block:main' | ||
settings: | ||
id: 'system_menu_block:main' | ||
label: 'Main navigation' | ||
provider: system | ||
label_display: '0' | ||
level: 1 | ||
depth: 1 | ||
visibility: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- system | ||
theme: | ||
- material_base | ||
id: material_base_messages | ||
theme: material_base | ||
region: highlighted | ||
weight: 0 | ||
provider: null | ||
plugin: system_messages_block | ||
settings: | ||
id: system_messages_block | ||
label: 'Status messages' | ||
provider: system | ||
label_display: '0' | ||
visibility: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
theme: | ||
- material_base | ||
id: material_base_page_title | ||
theme: material_base | ||
region: content | ||
weight: -7 | ||
provider: null | ||
plugin: page_title_block | ||
settings: | ||
id: page_title_block | ||
label: 'Page title' | ||
provider: core | ||
label_display: '0' | ||
visibility: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- block_class | ||
- system | ||
theme: | ||
- material_base | ||
third_party_settings: | ||
block_class: | ||
classes: footer-item | ||
id: material_base_powered | ||
theme: material_base | ||
region: footer_content | ||
weight: -5 | ||
provider: null | ||
plugin: system_powered_by_block | ||
settings: | ||
id: system_powered_by_block | ||
label: 'Powered by Drupal' | ||
provider: system | ||
label_display: '0' | ||
visibility: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- block_class | ||
- search | ||
theme: | ||
- material_base | ||
third_party_settings: | ||
block_class: | ||
classes: 'block-search mt-24' | ||
id: material_base_search | ||
theme: material_base | ||
region: sidebar_first | ||
weight: -6 | ||
provider: null | ||
plugin: search_form_block | ||
settings: | ||
id: search_form_block | ||
label: Search | ||
provider: search | ||
label_display: '0' | ||
visibility: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- system.menu.tools | ||
module: | ||
- system | ||
theme: | ||
- material_base | ||
id: material_base_tools | ||
theme: material_base | ||
region: sidebar_first | ||
weight: -5 | ||
provider: null | ||
plugin: 'system_menu_block:tools' | ||
settings: | ||
id: 'system_menu_block:tools' | ||
label: Tools | ||
provider: system | ||
label_display: visible | ||
level: 1 | ||
depth: 0 | ||
visibility: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.