28 lines
799 B
YAML
28 lines
799 B
YAML
name: Seven
|
|
type: theme
|
|
base theme: classy
|
|
description: 'The default administration theme for Drupal 8 was designed with clean lines, simple blocks, and sans-serif font to emphasize the tools and tasks at hand.'
|
|
alt text: 'Default administration theme for Drupal 8 with simple blocks and clean lines.'
|
|
package: Core
|
|
version: VERSION
|
|
core: 8.x
|
|
libraries:
|
|
- seven/global-styling
|
|
stylesheets-remove:
|
|
- core/assets/vendor/jquery.ui/themes/base/dialog.css
|
|
- '@classy/css/layout.css'
|
|
quickedit_stylesheets:
|
|
- css/components/quickedit.css
|
|
regions:
|
|
header: 'Header'
|
|
pre_content: 'Pre-content'
|
|
breadcrumb: Breadcrumb
|
|
highlighted: Highlighted
|
|
help: Help
|
|
content: Content
|
|
page_top: 'Page top'
|
|
page_bottom: 'Page bottom'
|
|
sidebar_first: 'First sidebar'
|
|
regions_hidden:
|
|
- sidebar_first
|