-
Notifications
You must be signed in to change notification settings - Fork 2
/
uikit_base.info
63 lines (55 loc) · 2.28 KB
/
uikit_base.info
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
screenshot = screenshot.png
name = UI KIT
description = Based on DTA's UI Kit (version 1) and Design Guide. Can be used as is or sub-themed.
core = 7.x
; Remove some styling that we don't want
stylesheets[all][] = system.menus.css
stylesheets[all][] = system.messages.css
stylesheets[all][] = system.theme.css
stylesheets[all][] = toc_filter.css
stylesheets[all][] = workbench.block.css
; Add UI Kit and theme styles and JS
stylesheets[all][] = css/ui-kit.css
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_before] = Content before
regions[content] = Content
regions[content_after] = Content after
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[] = favicon
; Set the default values of settings on the theme-settings.php form.
settings[logo_max_width] = 150
settings[logo_path] = sites/all/themes/uikit_base/logo.svg
settings[default_logo] = 0
settings[footer_top_layout] = horizontal
settings[footer_bottom_layout] = horizontal
settings[full_width_pages] = <front>
; 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] = panels_layouts