forked from govCMS/ui-kit-base-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuikit_base.info
More file actions
67 lines (55 loc) · 2.22 KB
/
Copy pathuikit_base.info
File metadata and controls
67 lines (55 loc) · 2.22 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
screenshot = screenshot.png
name = UI KIT base theme
description = govCMS base theme with DTA UI kit styles.
core = 7.x
; First we remove the system's menu and message styling since Zen has its own.
stylesheets[all][] = system.menus.css
stylesheets[all][] = system.messages.css
stylesheets[all][] = system.theme.css
stylesheets[all][] = css/ui-kit.css
; Add DTA UI kit.
scripts[] = js/ui-kit.min.js
; Add scripts
scripts[] = js/init.js
scripts[] = js/breakpoints.js
scripts[] = js/header_search.js
; Regions
regions[header] = Header
regions[navigation] = Navigation bar
regions[hero] = Hero
regions[help] = Help
regions[content] = Content
regions[sidebar_left] = Sidebar left
regions[sidebar_right] = Sidebar right
regions[footer_top] = Footer top
regions[footer_bottom] = Footer bottom
regions[bottom] = Page bottom
; The page_top and page_bottom regions are hidden, which means they will not
; show up on the blocks administration page. But they are required in order for
; the html.tpl.php to work properly, so do not delete them.
regions[page_top] = Page top
regions[page_bottom] = Page bottom
; Various page elements output by the theme can be toggled on and off. The
; "features" control which of these check boxes display on the
; admin/appearance config page. This is useful for suppressing check boxes
; for elements not used by your sub-theme. To suppress a check box, omit the
; entry for it below. See the Drupal 7 Theme Guide for more info:
; https://drupal.org/node/171205#features
features[] = logo
features[] = name
features[] = slogan
features[] = node_user_picture
features[] = comment_user_picture
features[] = favicon
features[] = main_menu
features[] = secondary_menu
; Set the default values of settings on the theme-settings.php form.
settings[logo_max_height] = 150
settings[logo_path] = sites/all/themes/uikit_base/logo.svg
settings[default_logo] = 0
settings[sidebar_position] = right
settings[footer_top_layout] = horizontal
settings[footer_bottom_layout] = horizontal
; To add a Panels layout (which can also be used by Display Suite), uncomment
; the line below and see the documentation at: https://drupal.org/node/495654
plugins[panels][layouts] = layouts