-
Notifications
You must be signed in to change notification settings - Fork 0
/
dingo.info.yml
66 lines (59 loc) · 1.89 KB
/
dingo.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
name: dingo
type: theme
description: OIT Dingo theme based on Emulsify.
base theme: stable9
core_version_requirement: ^9.4 || ^10
# Libraries (These are loaded on every page. Use https://www.drupal.org/developing/api/8/assets#twig whenever possible.)
libraries:
- 'oit/gsap'
- 'oit/table_search'
- 'dingo/global'
- 'dingo/fonts'
- 'dingo/buttons'
- 'dingo/headings'
- 'dingo/links'
- 'dingo/tables'
- 'dingo/details'
- 'dingo/horizontal-scroll'
- 'dingo/page'
- 'dingo/ie'
# - 'dingo/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_top: Header Top
header_bottom: Header Bottom
banner: Banner to show message
title_section: Title Section
breadcrumb: Breadcrumbs
sidebar_left: 'Sidebar Left'
content: Content # the content region is required
sidebar: 'Sidebar'
footer: Footer
logo: images/cuboulder.svg
# 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``
components:
namespaces:
base: components/00-base
atoms: components/01-atoms
molecules: components/02-molecules
organisms: components/03-organisms
templates: components/04-templates
pages: components/05-pages