-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathd8_materialize.info.yml
35 lines (32 loc) · 1015 Bytes
/
d8_materialize.info.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: d8_materialize
type: theme
description: Drupal 8 Materialize
package: Custom
base theme: false
core: 8.x
version: 1.0
libraries:
- d8_materialize/velocity
- d8_materialize/materialize
- d8_materialize/d8_materialize_custom
stylesheets-remove:
# - '@stable/*'
# - core/assets/vendor/jquery.ui/themes/base/core.css
# - core/assets/vendor/jquery.ui/themes/base/button.css
# - core/assets/vendor/jquery.ui/themes/base/resizable.css
# - core/assets/vendor/jquery.ui/themes/base/dialog.css
# - core/assets/vendor/normalize-css/normalize.css
# - core/modules/system/css/components/container-inline.module.css
# - core/modules/editor/css/editor.css
# - '@classy/css/components/tabs.css'
# - '@classy/css/components/form.css'
# - '@classy/css/components/details.css'
regions:
header_left: 'Header Left'
header_right: 'Header Right'
sidebar: 'Sidebar'
navigation: 'Navigation'
content: 'Content'
footer_left: 'Footer Left'
footer_right: 'Footer Right'
footer_bottom: 'Footer Bottom'