Restore back to f&h proper version
This commit is contained in:
parent
037e9c8617
commit
eb27514bd0
2 changed files with 51 additions and 57 deletions
|
@ -1,51 +0,0 @@
|
|||
name: Family & Home
|
||||
description: Customization of Drutopia's Bulma-based Octavia theme.
|
||||
type: theme
|
||||
base theme: octavia
|
||||
package: Custom
|
||||
core: 8.x
|
||||
|
||||
# This will not work until Drupal 8.6. See
|
||||
# https://www.drupal.org/docs/8/theming-drupal-8/defining-a-theme-with-an-infoyml-file#logo
|
||||
logo: images/family-home-network-stacked-logo.png
|
||||
|
||||
|
||||
regions:
|
||||
header: 'Header'
|
||||
navbar_branding: 'Branding'
|
||||
header_search: 'Search'
|
||||
header_tabs: 'Tabs'
|
||||
primary_menu: 'Primary menu'
|
||||
secondary_menu: 'Secondary menu'
|
||||
highlighted: 'Highlighted'
|
||||
help: 'Help'
|
||||
content: 'Content'
|
||||
content_bottom: 'Content bottom'
|
||||
sidebar_first: 'Sidebar'
|
||||
tile_one: 'Tile 1'
|
||||
tile_two: 'Tile 2'
|
||||
tile_three: 'Tile 3'
|
||||
tile_four: 'Tile 4'
|
||||
tile_five: 'Tile 5'
|
||||
bottom: 'Bottom'
|
||||
footer: 'Footer'
|
||||
|
||||
libraries:
|
||||
- family_home/global
|
||||
|
||||
# This section is used by the contrib module, Component Libraries. It allows you
|
||||
# to reference .twig files in your sass/ directory by using the Twig namespace:
|
||||
# @family_home
|
||||
# See https://www.drupal.org/project/components for more information.
|
||||
component-libraries:
|
||||
family_home:
|
||||
paths:
|
||||
- src/components
|
||||
- src/layout
|
||||
- src/templates
|
||||
|
||||
libraries-override:
|
||||
bulma/global:
|
||||
css:
|
||||
base:
|
||||
/themes/contrib/octavia/dist/css/bulma.css: dist/css/global.css
|
|
@ -1,6 +1,51 @@
|
|||
global:
|
||||
dependencies:
|
||||
- octavia/global
|
||||
css:
|
||||
theme:
|
||||
dist/css/overrides.css: {}
|
||||
name: Family & Home
|
||||
description: Customization of Drutopia's Bulma-based Octavia theme.
|
||||
type: theme
|
||||
base theme: octavia
|
||||
package: Custom
|
||||
core: 8.x
|
||||
|
||||
# This will not work until Drupal 8.6. See
|
||||
# https://www.drupal.org/docs/8/theming-drupal-8/defining-a-theme-with-an-infoyml-file#logo
|
||||
logo: images/family-home-network-stacked-logo.png
|
||||
|
||||
|
||||
regions:
|
||||
header: 'Header'
|
||||
navbar_branding: 'Branding'
|
||||
header_search: 'Search'
|
||||
header_tabs: 'Tabs'
|
||||
primary_menu: 'Primary menu'
|
||||
secondary_menu: 'Secondary menu'
|
||||
highlighted: 'Highlighted'
|
||||
help: 'Help'
|
||||
content: 'Content'
|
||||
content_bottom: 'Content bottom'
|
||||
sidebar_first: 'Sidebar'
|
||||
tile_one: 'Tile 1'
|
||||
tile_two: 'Tile 2'
|
||||
tile_three: 'Tile 3'
|
||||
tile_four: 'Tile 4'
|
||||
tile_five: 'Tile 5'
|
||||
bottom: 'Bottom'
|
||||
footer: 'Footer'
|
||||
|
||||
libraries:
|
||||
- family_home/global
|
||||
|
||||
# This section is used by the contrib module, Component Libraries. It allows you
|
||||
# to reference .twig files in your sass/ directory by using the Twig namespace:
|
||||
# @family_home
|
||||
# See https://www.drupal.org/project/components for more information.
|
||||
component-libraries:
|
||||
family_home:
|
||||
paths:
|
||||
- src/components
|
||||
- src/layout
|
||||
- src/templates
|
||||
|
||||
libraries-override:
|
||||
bulma/global:
|
||||
css:
|
||||
base:
|
||||
/themes/contrib/octavia/dist/css/bulma.css: dist/css/global.css
|
||||
|
|
Loading…
Add table
Reference in a new issue