-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrainsum_starterkit.info.yml
More file actions
88 lines (87 loc) · 2.97 KB
/
brainsum_starterkit.info.yml
File metadata and controls
88 lines (87 loc) · 2.97 KB
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
# Theme's name for admin UI, change for your project, like Diginomica Theme
name: "BRAINSUM starterkit"
type: theme
# Defines the base theme, change it for your needs
base theme: false
# We don't want to display this theme in the Drupal admin.
hidden: true
# Short description text for admin UI, change for your project
description: "Drupal 11 coding standards ready startertheme, bundled with Shake.sass sass framework without any dependency (no base theme too)."
# Screenshot cover image for admin UI (588x438): take a screenshot about the home page
screenshot: screenshot.png
# Grouping
package: brainsum
# Version number
version: 5.0.0
# Dependency resolving for Composer.
core_version_requirement: ^11
# website logo, begin with Drupal 8.6 you can use SVG or PNG format too
logo: logo.svg
# Defines libraries group in which we can add css/js.
libraries:
- brainsum_starterkit/global
# Regions, change it for your needs (don't forget change page template too)
regions:
top_bar: Top Bar
header: Header
navigation: Navigation
breadcrumb: Breadcrumb
hero: Hero
system: System
top: Top
content: Content
bottom: Bottom
sidebar_first: 'Sidebar First'
sidebar_second: 'Sidebar Second'
footer: Footer
admin: 'Admin Tools'
# Extend core libraries with theme overrides:
libraries-extend:
core/drupal.ajax:
- brainsum_starterkit/forms.ajax
# Here we turn off or replace many css/js files come from core/contrib modules:
libraries-override:
core/drupal.ajax:
css:
component:
misc/components/ajax-progress.module.css: css/5.components/components.ajax-progress.css
core/drupal.autocomplete:
css:
component:
misc/components/autocomplete-loading.module.css: css/5.components/components.autocomplete-loading.css
core/drupal.checkbox: false
core/drupal.collapse: brainsum_starterkit/details
core/drupal.dropbutton: false
core/drupal.item-list: false
core/drupal.message: brainsum_starterkit/message
core/drupal.progress:
css:
component:
misc/components/progress.module.css: css/5.components/components.progress.css
core/drupal.reset-appearance: false
core/drupal.tabledrag: brainsum_starterkit/tabledrag
core/drupal.tableheader: false
core/drupal.tableresponsive: brainsum_starterkit/table
core/drupal.textarea-resize: false
core/drupal.vertical-tabs:
css:
component:
misc/vertical-tabs.css: css/5.components/components.vertical-tabs.css
dropdown_language/dropdown-language-selector: false
system/admin:
css:
theme:
css/system.admin.css: false
system/base:
css:
component:
core/components/align.module.css: false
core/components/container-inline.module.css: false
core/components/clearfix.module.css: false
core/components/hidden.module.css: false
core/components/js.module.css: css/6.utilities/utilities.js.css
user/drupal.user:
css:
component:
css/user.module.css: css/components/5.components.user.css
views.module: false