-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdamo_theme.info.yml
119 lines (105 loc) · 3.28 KB
/
damo_theme.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
name: Damo Theme
description: 'Custom theme for DAMO Marketing Portal, based on corporative styles.'
type: theme
base theme: bootstrap
core_version_requirement: ^8.7.7 || ^9 || ^10
libraries:
- damo_theme/fancy-logo
- damo_theme/media_assets
# - damo_theme/site_intro
- damo_theme/global
- damo_theme/tabs-toggle
libraries-override:
system/admin: damo_theme/admin
system/base:
css:
component:
css/components/align.module.css: false
css/components/clearfix.module.css: false
css/components/details.module.css: css/component/details.css
css/components/fieldgroup.module.css: false
css/components/item-list.module.css: css/component/item-list.css
css/components/js.module.css: css/state/js.css
css/components/nowrap.module.css: false
css/components/position-container.module.css: false
css/components/progress.module.css: css/component/progress.css
css/components/reset-appearance.module.css: false
css/components/resize.module.css: false
css/components/sticky-header.module.css: false
css/components/tablesort.module.css: false
css/components/tree-child.module.css: css/component/tree-child.css
node/drupal.node:
css:
layout:
css/node.module.css: css/layout/node.css
node/form:
css:
layout:
css/node.module.css: css/layout/node.css
bootstrap/tooltip:
js:
js/tooltip.js: js/tooltip.js
bootstrap/drupal.ajax:
js:
js/misc/ajax.js: js/misc/ajax.js
jquery_ui_dialog/dialog:
css:
component:
assets/vendor/jquery.ui/themes/base/dialog.css: css/component/dialog.css
media/view:
css:
theme:
css/media.view.css: false # @todo
js:
js/media.view.js: js/media.view.js
focal_point/drupal.focal_point_preview:
css:
theme:
css/focal_point_preview.css: css/focal_point_preview.css
libraries-extend:
adminimal_admin_toolbar/adminimal-admin-toolbar:
- damo_theme/adminimal-admin-toolbar
bootstrap/dropdown:
- damo_theme/dropdown
bootstrap/popover:
- damo_theme/popover
bootstrap/drupal.tabledrag:
- damo_theme/drupal.tabledrag
bootstrap/modal:
- damo_theme/modal
bootstrap/drupal.ajax:
- damo_theme/drupal.ajax
jquery_ui_autocomplete/autocomplete:
- damo_theme/jquery.ui.autocomplete
field_ui/drupal.field_ui:
- damo_theme/drupal.field_ui
# Content and design related styles must be available in WYSIWYG editors too.
#
# @see https://www.drupal.org/docs/8/api/ckeditor-api
ckeditor5_stylesheets:
- css/base/reset.css
- css/base/code.css
- css/base/fonts.css
- css/base/links.css
- css/base/palette.css
- css/base/typography.css
- css/component/buttons.css
- css/component/helpers.css
- css/component/images.css
- css/component/tables.css
- css/theme/wysiwyg.css
# @todo Come up with a simpler thing! Maybe alter the theme info to always
# inherit the base theme's regions?
regions:
navigation: 'Navigation'
navigation_collapsible: 'Navigation (Collapsible)'
header: 'Header'
highlighted: 'Highlighted'
help: 'Help'
secondary_navigation: 'Secondary navigation'
content: 'Content'
sidebar_first: 'Primary'
sidebar_second: 'Secondary'
footer: 'Footer'
page_top: 'Page top'
page_bottom: 'Page bottom'