Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/ubc-web-services/clf int…
Browse files Browse the repository at this point in the history
…o develop
  • Loading branch information
occupant committed Nov 3, 2018
2 parents 2b9768d + 91d7a52 commit 4b2a5a3
Show file tree
Hide file tree
Showing 8 changed files with 149 additions and 0 deletions.
14 changes: 14 additions & 0 deletions clf.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,17 @@ libraries-override:
css:
theme:
css/unit.custom.css: css/unit.custom.css

regions:
primary_menu: 'Primary menu'
secondary_menu: 'Secondary menu'
featured: 'Featured'
breadcrumb: 'Breadcrumb'
help: 'Help'
highlighted: 'Highlighted'
content: 'Content'
sidebar_first: 'Sidebar first'
sidebar_second: 'Sidebar second'
secondary_content: 'Secondary Content'
prefooter: 'Pre-Footer'
drawer: 'Off Canvas Drawer'
21 changes: 21 additions & 0 deletions config/install/block.block.clf_breadcrumbs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#Defines settings for the Breadcrumbs block

langcode: en
status: true
dependencies:
module:
- system
theme:
- clf
id: clf_breadcrumbs
theme: clf
region: breadcrumb
weight: -2
provider: null
plugin: system_breadcrumb_block
settings:
id: system_breadcrumb_block
label: Breadcrumbs
provider: system
label_display: '0'
visibility: { }
27 changes: 27 additions & 0 deletions config/install/block.block.clf_drawer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#Defines settings for the Main Menu block

langcode: en
status: true
dependencies:
config:
- system.menu.main
module:
- system
theme:
- clf
id: clf_drawer
theme: clf
region: drawer
weight: 0
provider: null
plugin: 'system_menu_block:main'
settings:
id: 'system_menu_block:main'
label: 'Main navigation'
provider: system
label_display: '0'
cache:
max_age: -1
level: 1
depth: 2
visibility: { }
21 changes: 21 additions & 0 deletions config/install/block.block.clf_help.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#Defines settings for the Help block

langcode: en
status: true
dependencies:
module:
- help
theme:
- clf
id: clf_help
theme: clf
region: help
weight: -5
provider: null
plugin: help_block
settings:
id: help_block
label: Help
provider: help
label_display: visible
visibility: { }
27 changes: 27 additions & 0 deletions config/install/block.block.clf_main_menu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#Defines settings for the Main Menu block

langcode: en
status: true
dependencies:
config:
- system.menu.main
module:
- system
theme:
- clf
id: clf_main_menu
theme: clf
region: primary_menu
weight: 0
provider: null
plugin: 'system_menu_block:main'
settings:
id: 'system_menu_block:main'
label: 'Main navigation'
provider: system
label_display: '0'
cache:
max_age: -1
level: 1
depth: 2
visibility: { }
19 changes: 19 additions & 0 deletions config/install/block.block.clf_pagetitle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#Defines settings for the Page Title block

langcode: en
status: true
dependencies:
theme:
- clf
id: clf_pagetitle
theme: clf
region: content
weight: -1
provider: null
plugin: page_title_block
settings:
id: page_title_block
label: 'Page title'
provider: core
label_display: '0'
visibility: { }
19 changes: 19 additions & 0 deletions config/install/block.block.clf_primaryadminactions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#Defines settings for the Admin Actions block

langcode: en
status: true
dependencies:
theme:
- clf
id: clf_primaryadminactions
theme: clf
region: content
weight: -3
provider: null
plugin: local_actions_block
settings:
id: local_actions_block
label: 'Primary admin actions'
provider: core
label_display: '0'
visibility: { }
1 change: 1 addition & 0 deletions config/install/clf.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ clf_social_youtube: ''
clf_searchdomain: ''
clf_searchlabel: ''
clf_content_row_class: 'expand row-fluid'
clf_navigation_placement: 'default'
clf_no_sidebar_class: 'span12'
clf_one_sidebar_class: 'span9'
clf_one_sidebar_class_sidebar: 'span3'
Expand Down

0 comments on commit 4b2a5a3

Please sign in to comment.