-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
executable file
·183 lines (176 loc) · 4.01 KB
/
config.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
## Basic Theme Info
name: WVU Design System
description: WVU Design System Theme
engine: liquid
import_themes:
# - [email protected]:wvuweb/wvu-design-system-v2.git
- [email protected]:wvudigital/code-liquid.git
## Attributes, Data and Variables
custom_data_attributes:
- activate_header_subnav:
type: checkbox
title: Activate Header Subnav
- add_horizontal_subnav:
type: checkbox
title: Add Horizontal Subnav
- alternate_url:
title: Alternate URL
- backpage_header:
type: checkbox
title: Remove Header
- badge_label:
title: Badge Label
- article_has_hero:
type: checkbox
title: If blog article, show hero
- article_index_hide_author:
type: checkbox
title: Hide blog index author?
- breadcrumbs:
type: checkbox
title: Remove Breadcrumbs
- content_keys
- description:
type: text
rows: 6
tile: Description
required: false
maxlength: 500
- header_label:
type: checkbox
title: Show header label
- header_subhead:
type: checkbox
title: Show header subhead
- horizontalNavColors:
title: Horizontal Nav Colors
- icon_code:
title: Icon Code
- include_jquery:
type: checkbox
title: Include Jquery
- include_masonry:
type: checkbox
title: Include Masonry
- link_text:
title: Link text
- search_action
- submenu_start_depth:
title: Submenu Start Depth
- submenu_max_depth:
title: Submenu Max Depth
- subsection_landing_page:
type: checkbox
title: Subsection Landing Page
- thumbnail_alt:
title: Thumbnail Alt Text
- thumbnail_url:
title: Thumnbail URL
- thumbnail_url_sq:
title: Thumnbail URL Square
- thumbnail_url_vert:
title: Thumnbail URL Vertical
- useFACSS:
type: checkbox
title: Use FontAwesome CSS
- video_id:
title: YouTube URL
- video_title:
title: Video Title
- youtube_playlist_id:
title: YouTube Playlist ID
custom_site_attributes:
- activate_alert_banner
- activate_alert_banner_sitewide
- alert_banner_classes
- apply_link_1
- apply_link_1_url
- apply_link_2
- apply_link_2_url
- apply_link_3
- apply_link_3_url
- chatbot_url
- classes_wvu_backpage_header
- classes_wvu_backpage_header__h1
- classes_wvu_backpage_header__subhead
- classes_wvu_breadcrumbs
- classes_wvu_footer_links
- co_brand_subtitle
- default_content_page_id
- disable_component_styler
- disable_footer
- disable_primary_nav
- emergency_alert_disabled
- emergency_alert_json_url
- enable_keywords
- facebook_url
- flickr_url
- github_url
- google_site_verification
- has_alternate_logo
- has_co_brand
- has_standard_footer
- instagram_url
- is_demo_site
- linkedin_url
- masthead_college_link_address
- masthead_college_link_title
- masthead_color
- masthead_link_2_address
- masthead_link_2_title
- masthead_logo_url
- masthead_title
- nav_dropdowns
- search_action
- syndication_url
- show_apply_links
- show_instructions
- sidebar_sticky_site
- slot_00_masthead
- slot_00_nav
- theme_version
- twitter_handle
- twitter_url
- twitter_widget_id
- use_contact_placeholders
- wireframe_masthead_nav_slim
- youtube_url
## Component Versions
# Set the version of each component here when we have new versions
data:
component_versions:
action_hero_banner: 2
action_hero_two_column: 2
article: 2
article_archive: 2
backpage_header: 2
blob_a: 2
breadcrumbs: 2
contact_info: 2
full_bleed_photo: 2
horizontal_subnav: 2
masthead: 2
nav: 4
photo_gallery: 3
photo_grid: 2
profile_hero_w_border: 2
sidebar: 2
stat_sheet: 2
testimonials_fancy: 2
timeline: 4
twitter_widget: 3
## Template Config
# Specify which templates show up by default when creating a page
default_templates:
content: backpage
blog: article_index
article: article
error: error
## Optimizations
css:
# Turn CSS compression on/off.
compress: true
js:
# Turn JavaScript compression and mangling on/off
compress: true
mangle: true