-
Notifications
You must be signed in to change notification settings - Fork 0
/
momentum_2018.info.yml
74 lines (62 loc) · 2.59 KB
/
momentum_2018.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
64
65
66
67
68
69
70
71
72
73
74
# Generated on 2017-11-12 using generator-mc-d8-theme 1.3.0
# Drupal's .info.yml files allow themers to easily specify some of the static
# properties of your theme. Properties such as its name, libraries of style
# sheets and javascripts, and block regions.
#
# Drupal 8 stores a cache of the data in this .info.yml files. If you modify any
# lines in this file, you MUST refresh Drupal 8's cache. You can do this with
# the "drush cr" command or by simply visiting the Appearance page at
# admin/appearance.
name: Momentum 2018
type: theme
description: custom theme for Momentum Conference 2018
package: Other
core: 8.x
# Classy vs. Stable as a base theme: https://www.lullabot.com/articles/a-tale-of-two-base-themes-in-drupal-8-core
base theme: stable
# This section controls the libraries for your theme. For full documentation,
# see https://www.drupal.org/node/2216195
# The "libraries-override:" section will allow you to:
# - Replace an entire library.
# - Remove an entire library.
# - Replace an asset in a library with another asset.
# - Remove an asset from a library.
# libraries-override:
# system/base:
# css:
# component:
# # Replace one library with another.
# /core/themes/stable/css/system/components/ajax-progress.module.css: components/ajax-progress/ajax-progress.module.css
# # Remove an entire library.
# /core/themes/stable/css/system/components/fieldgroup.module.css: false
# views/views.module:
# css:
# component:
# /core/themes/stable/css/views/views.module.css: false
# The "libraries-extend:" section will allow you to add your own JS or CSS to
# existing libraries.
# libraries-extend:
# The "libraries:" section will add a library to _all_ pages.
libraries:
- momentum_2018/global
# Example adding the webfonts library to every page.
# See momentum_2018.libraries.yml for more info.
#- momentum_2018/webfonts
# 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:
# @momentum_2018
# See https://www.drupal.org/project/components for more information.
component-libraries:
momentum_2018:
paths:
- src/components
- src/layout
- src/templates
# This section lists the regions defined in the theme (our base theme) default
# page.html.twig and maintenance-page.html.twig files. The name before
# the semi-colon is the machine name of the region. The text after the
# semi-colon is the region's description used on the admin/structure/block page.
regions:
header: Header
content: Content
footer: Footer