forked from fourkitchens/emulsify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
emulsify.info.yml
63 lines (57 loc) · 1.88 KB
/
emulsify.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: Emulsify
type: theme
description: Theme that uses Pattern Lab v2
base theme: stable
core: 8.x
# Libraries (These are loaded on every page. Use https://www.drupal.org/developing/api/8/assets#twig whenever possible.)
libraries:
- 'emulsify/global'
# - 'emulsify/typekit'
# Libraries override allows you to remove libraries added by other projects.
# libraries-override:
# chosen/drupal.chosen:
# js:
# js/chosen.js: false
# css:
# component:
# css/chosen-drupal.css: false
# CKEditor stylesheet loads in wysiwyg to give content editors a better experience
ckeditor_stylesheets:
- dist/style.css
regions:
header: Header
content: Content # the content region is required
sidebar: 'Sidebar'
footer: Footer
# Remove unwanted system stylesheets
# stylesheets-remove:
# - '@stable/css/system/components/align.module.css'
# - '@stable/css/system/components/fieldgroup.module.css'
# - '@stable/css/system/components/container-inline.module.css'
# - '@stable/css/system/components/nowrap.module.css'
# - '@stable/css/system/components/position-container.module.css'
# - '@stable/css/system/components/reset-appearance.module.css'
# MUST install `components` module: `drush dl components && drush en components -y`
# For compatibility with Pattern Lab templates; this list must
# always be the folders immediately under the `$sourceDir` patterns folder
# `$sourceDir` = defined in `pattern-lab/config/config.yml` under `sourceDir
# patterns folder = `$sourceDir` + `_patterns/`
component-libraries:
base:
paths:
- components/_patterns/00-base
atoms:
paths:
- components/_patterns/01-atoms
molecules:
paths:
- components/_patterns/02-molecules
organisms:
paths:
- components/_patterns/03-organisms
templates:
paths:
- components/_patterns/04-templates
pages:
paths:
- components/_patterns/05-pages