-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdemo.info.yml
119 lines (111 loc) · 2.69 KB
/
demo.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: Demo theme
description: Example custom subtheme integrated with KSSNode living styleguide
screenshot: screenshot.png
type: theme
base theme: socialbase
core: 8.x
libraries-extend:
socialbase/base:
- demo/base
socialbase/alert:
- demo/alert
socialbase/badge:
- demo/badge
socialbase/button:
- demo/button
socialbase/cards:
- demo/cards
socialbase/form-controls:
- demo/form-controls
socialbase/list:
- demo/list
socialbase/spinner:
- demo/spinner
# Extend molecules
socialbase/breadcrumb:
- demo/breadcrumb
socialbase/dropdown:
- demo/dropdown
socialbase/file:
- demo/file
socialbase/form-elements:
- demo/form-elements
socialbase/form--input-groups:
- demo/form--input-groups
socialbase/like:
- demo/like
# attach the datepicker stylesheet to all date fields
core/drupal.date:
- demo/form--datepicker
# extend the core datepicker with a stylesheet
core/jquery.ui.datepicker:
- demo/form--timepicker
socialbase/form--password:
- demo/form--password
socialbase/pagination:
- demo/pagination
socialbase/paragraphs.widget:
- demo/paragraphs.widget
socialbase/popover:
- demo/popover
socialbase/nav-book:
- demo/nav-book
socialbase/nav-tabs:
- demo/nav-tabs
socialbase/navbar:
- demo/navbar
socialbase/teaser:
- demo/teaser
socialbase/tour:
- demo/tour
# Extend Organisms
socialbase/comment:
- demo/comment
socialbase/hero:
- demo/hero
socialbase/message:
- demo/message
socialbase/meta:
- demo/meta
socialbase/modal:
- demo/modal
socialbase/offcanvas:
- demo/offcanvas
socialbase/stream:
- demo/stream
socialbase/layout:
- demo/layout
socialbase/page-node:
- demo/page-node
# social_ contrib modules
social_landing_page/section.block:
- demo/paragraph-block
social_landing_page/section.hero:
- demo/paragraph-hero
social_landing_page/featured:
- demo/paragraph-featured
social_landing_page/section.featured:
- demo/paragraph-featured
social_landing_page/section.introduction:
- demo/paragraph-introduction
# This section is used by the contrib module, Component Libraries. It allows you
# to reference .twig files in your components/ directory.
component-libraries:
demo:
paths:
- components
regions:
hidden: Hidden
header: Header
breadcrumb: Breadcrumb
hero: Hero
secondary_navigation: Secondary navigation
content_top: Content top
title: Page title
content: Content
complementary_top: Complementary top
complementary_bottom: Complementary bottom
content_bottom: Content bottom
sidebar_first: Sidebar First
sidebar_second: Sidebar Second
footer: Footer