-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtailvite.info.yml
40 lines (37 loc) · 927 Bytes
/
tailvite.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
name: Tailvite
type: theme
description: 'A Drupal base theme build with Vite, TailwindCSS & AlpineJS.'
base theme: stable
core: 8.x
core_version_requirement: ^8 || ^9
dependencies:
- drupal:components
- drupal:bamboo_twig
- drupal:bamboo_twig_loader
- drupal:bamboo_twig_token
- drupal:simplify_menu
libraries:
- tailvite/global
- tailvite/hot-module-replacement
- tailvite/fontinter
regions:
header: Header
# hero: Hero
content: Content # the content region is required
sidebar: 'Sidebar'
footer: Footer
# MUST install `components` module: `composer require drupal/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