Add custom theme for agaric- just info file for now
This commit is contained in:
parent
887c75572b
commit
e0e6aa44f2
1 changed files with 40 additions and 0 deletions
40
web/themes/custom/agarica/agarica.info.yml
Normal file
40
web/themes/custom/agarica/agarica.info.yml
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
name: Agarica
|
||||||
|
description: An Octavia-based subtheme.
|
||||||
|
type: theme
|
||||||
|
base theme: octavia
|
||||||
|
package: Custom
|
||||||
|
core: 8.x
|
||||||
|
|
||||||
|
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:
|
||||||
|
- octavia/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:
|
||||||
|
# @octavia
|
||||||
|
# See https://www.drupal.org/project/components for more information.
|
||||||
|
component-libraries:
|
||||||
|
octavia:
|
||||||
|
paths:
|
||||||
|
- src/components
|
||||||
|
- src/layout
|
||||||
|
- src/templates
|
Loading…
Reference in a new issue