-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbootstrap_italia.info.yml
executable file
·107 lines (87 loc) · 3.72 KB
/
bootstrap_italia.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
name: "Bootstrap Italia"
type: theme
description: "Bootstrap Italia is a Bootstrap 5 theme compliant with the design guidelines for the PA web services"
package: Italia
core_version_requirement: ^10.3 || ^11
base theme: false
engine: twig
logo: logo.svg
screenshot: screenshot.png
# https://www.drupal.org/docs/theming-drupal/creating-sub-themes#s-inheriting-theme-regions
regions:
page_top: "Page top" # Don't remove
disabled_blocks: "Blocks disabled" # Don't remove, edit or move in another position
# Header
header_slim_menu: "Slim header - Menu"
header_slim_language: "Slim header - Language"
header_slim_action: "Slim header - Login and user menu"
brand: "Central Header - Logo and site branding"
header_center_social: "Central Header - Social network"
header_center_search: "Central Header - Search area"
header_nav: "Header Nav - Main menu"
# Before content
before_content_full_width: "Before content - Full width region"
before_content_first: "Before content - First region"
before_content_second: "Before content - Second region"
before_content_third: "Before content - Third region"
before_content_fourth: "Before content - Fourth region"
# Content
breadcrumb: "Breadcrumb"
title: "Page title"
local_tasks: "Administration tabs"
help: "Help"
notification: "Notification area"
content: "Main Content"
# Sidebar
sidebar_first: "Sidebar first"
sidebar_second: "Sidebar second"
# After content
after_content_first: "After content - First region"
after_content_second: "After content - Second region"
after_content_third: "After content - Third region"
after_content_fourth: "After content - Fourth region"
after_content_full_width: "After content - Full width region"
# Footer
footer_menu: "Footer menu"
footer_first: "Footer - First region"
footer_second: "Footer - Second region"
footer_third: "Footer - Third region"
footer_fourth: "Footer - Fourth region"
footer_small_prints: "Footer - Small menu prints: legal, privacy, etc."
footer_credits: "Footer - Credits"
page_bottom: "Page bottom" # Don't remove
# Home page
home_first_row_full_width: "Home page - First row full width"
home_first_row_first: "Home page - First row - First region"
home_first_row_second: "Home page - First row - Second region"
home_first_row_third: "Home page - First row - Third region"
home_first_row_fourth: "Home page - First row - Fourth region"
home_second_row_full_width: "Home page - Second row full width"
home_second_row_first: "Home page - Second row - First region"
home_second_row_second: "Home page - Second row - Second region"
home_second_row_third: "Home page - Second row - Third region"
home_second_row_fourth: "Home page - Second row - Fourth region"
home_third_row_full_width: "Home page - Third row full width"
home_third_row_first: "Home page - Third row - First region"
home_third_row_second: "Home page - Third row - Second region"
home_third_row_third: "Home page - Third row - Third region"
home_third_row_fourth: "Home page - Third row - Fourth region"
home_fourth_row_full_width: "Home page - Fourth row full width"
home_fourth_row_first: "Home page - Fourth row - First region"
home_fourth_row_second: "Home page - Fourth row - Second region"
home_fourth_row_third: "Home page - Fourth row - Third region"
home_fourth_row_fourth: "Home page - Fourth row - Fourth region"
home_last_row_full_width: "Home page - Last full width region"
dependencies:
- drupal:components
components:
namespaces:
# Components library 0.x for retro-compatibility
bootstrap_italia_components:
- components/components-0x
# Components library 2.0
bi-bcl:
- components/components-2
# Field library 2.0
bi-field:
- components/field