generator-cwf-theme
Version:
Generates a Drupal CWF Bootstrap base theme
45 lines (36 loc) • 851 B
YAML
name: '<%= humanName %>'
type: theme
description: 'Bootstrap 4 driven base theme'
core: 8.x
base theme: stable
libraries:
- <%= themeName %>/global-styling
regions:
top_bar: 'Top Bar'
navbar: 'Navbar'
navbar_collapsed: 'Navbar Collapsed'
help: 'Help'
highlighted: 'Highlighted'
content: 'Content'
sidebar_first: 'Sidebar First'
sidebar_second: 'Sidebar Second'
footer: 'Footer'
# Utility regions
offcanvas: 'Offcanvas'
hidden: 'Hidden'
# libraries-override:
# # Replace an entire library.
# core/drupal.collapse: mytheme/collapse
# # Replace an asset with another.
# subtheme/library:
# css:
# theme:
# css/layout.css: css/my-layout.css
# # Remove an asset.
# drupal/dialog:
# css:
# theme:
# dialog.theme.css: false
# Remove unnecessary library.
libraries-override:
core/normalize: false