maglevcms-hyperui-kit 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/MIT-LICENSE +20 -0
- data/README.md +42 -0
- data/Rakefile +42 -0
- data/lib/generators/maglev/hyperui/install/USAGE +7 -0
- data/lib/generators/maglev/hyperui/install/install_generator.rb +13 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/banner/banner_01.yml +97 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/banner/banner_02.yml +97 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/banner/banner_03.yml +102 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/cta/cta_01.yml +73 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/cta/cta_02.yml +73 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/cta/cta_03.yml +79 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/faq/faq_01.yml +64 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/faq/faq_02.yml +64 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/faq/faq_03.yml +73 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/feature/feature_01.yml +105 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/feature/feature_02.yml +127 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/feature/feature_03.yml +127 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/footer/footer_01.yml +220 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/footer/footer_02.yml +232 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/footer/footer_03.yml +217 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/footer/footer_04.yml +94 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/nav/nav_01.yml +135 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/nav/nav_02.yml +135 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/nav/nav_03.yml +135 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/nav/nav_04.yml +129 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/review/review_01.yml +105 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/stat/stat_01.yml +85 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/testimonial/testimonial_01.yml +69 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/testimonial/testimonial_02.yml +107 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/testimonial/testimonial_03.yml +103 -0
- data/lib/generators/maglev/hyperui/install/templates/app/theme/theme.yml +172 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/maglev/editor/_header.html.erb +2 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/layout.html.erb +24 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/banner/banner_01.html.erb +20 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/banner/banner_02.html.erb +23 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/banner/banner_03.html.erb +25 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/cta/cta_01.html.erb +15 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/cta/cta_02.html.erb +38 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/cta/cta_03.html.erb +23 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/faq/faq_01.html.erb +30 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/faq/faq_02.html.erb +30 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/faq/faq_03.html.erb +49 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/feature/feature_01.html.erb +27 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/feature/feature_02.html.erb +29 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/feature/feature_03.html.erb +26 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/footer/footer_01.html.erb +60 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/footer/footer_02.html.erb +47 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/footer/footer_03.html.erb +69 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/footer/footer_04.html.erb +29 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/nav/nav_01.html.erb +62 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/nav/nav_02.html.erb +65 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/nav/nav_03.html.erb +65 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/nav/nav_04.html.erb +65 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/review/_grades.html.erb +25 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/review/review_01.html.erb +39 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/stat/stat_01.html.erb +21 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/testimonial/testimonial_01.html.erb +20 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/testimonial/testimonial_02.html.erb +33 -0
- data/lib/generators/maglev/hyperui/install/templates/app/views/theme/sections/testimonial/testimonial_03.html.erb +24 -0
- data/lib/generators/maglev/hyperui/install/templates/public/banner/banner_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/banner/banner_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/banner/banner_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/cta/cta_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/cta/cta_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/cta/cta_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/faq/faq_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/faq/faq_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/faq/faq_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/feature/feature_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/feature/feature_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/feature/feature_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/footer/footer_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/footer/footer_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/footer/footer_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/footer/footer_04.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/image-placeholder.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/nav/nav_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/nav/nav_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/nav/nav_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/nav/nav_04.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/review/review_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/stat/stat_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/testimonial/testimonial_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/testimonial/testimonial_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/testimonial/testimonial_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/banner/banner_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/banner/banner_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/banner/banner_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/cta/cta_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/cta/cta_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/cta/cta_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/faq/faq_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/faq/faq_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/faq/faq_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/feature/feature_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/feature/feature_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/feature/feature_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/footer/footer_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/footer/footer_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/footer/footer_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/footer/footer_04.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/image-placeholder.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/logoipsum-white.svg +1 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/logoipsum.svg +1 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/marie-curie.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/nav/nav_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/nav/nav_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/nav/nav_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/nav/nav_04.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/review/review_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/stat/stat_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/testimonial/testimonial_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/testimonial/testimonial_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public/theme/testimonial/testimonial_03.jpg +0 -0
- data/lib/maglev/hyperui/railtie.rb +6 -0
- data/lib/maglev/hyperui/version.rb +5 -0
- data/lib/maglev/hyperui.rb +8 -0
- metadata +176 -0
@@ -0,0 +1,220 @@
|
|
1
|
+
# Name of the section displayed in the editor UI
|
2
|
+
name: "Large with Newsletter Form"
|
3
|
+
|
4
|
+
# Category of the section in the editor UI (headers, features, testimonials, ...etc)
|
5
|
+
category: footer
|
6
|
+
|
7
|
+
# A section might have the same content all over the site, like a menu or a footer for instance.
|
8
|
+
# To enable this behavior, uncomment the following statement
|
9
|
+
site_scoped: true
|
10
|
+
|
11
|
+
# Display or not the button to insert a new section after this one
|
12
|
+
insert_button: false
|
13
|
+
|
14
|
+
# Insert this section at the top or the bottom of the page (default: nil)
|
15
|
+
insert_at: bottom
|
16
|
+
|
17
|
+
# one single instance per page?
|
18
|
+
singleton: true
|
19
|
+
|
20
|
+
# Definition of the settings:
|
21
|
+
# A setting type can be one of the following values: text, image, link, collection_item, checkbox, color and icon.
|
22
|
+
# Please visit: https://docs.maglev.dev/concepts/setting for more explanation.
|
23
|
+
settings:
|
24
|
+
- label: "Logo"
|
25
|
+
id: logo
|
26
|
+
type: image
|
27
|
+
default: "/theme/logoipsum-white.svg"
|
28
|
+
|
29
|
+
- label: "Title"
|
30
|
+
id: title
|
31
|
+
type: text
|
32
|
+
default: "Get the latest news!"
|
33
|
+
|
34
|
+
- label: "Body"
|
35
|
+
id: body
|
36
|
+
type: text
|
37
|
+
html: true
|
38
|
+
line_break: true
|
39
|
+
nb_rows: 3
|
40
|
+
default: "Lorem ipsum dolor, sit amet consectetur adipisicing elit. Esse non cupiditate quae nam molestias."
|
41
|
+
|
42
|
+
- label: "Button label"
|
43
|
+
id: button_label
|
44
|
+
type: text
|
45
|
+
default: "Sign up"
|
46
|
+
|
47
|
+
- label: "Copyright"
|
48
|
+
id: copyright
|
49
|
+
type: text
|
50
|
+
html: true
|
51
|
+
line_break: true
|
52
|
+
nb_rows: 2
|
53
|
+
default: "Copyright © 2022. Company Name. All rights reserved."
|
54
|
+
|
55
|
+
- label: "Quick links"
|
56
|
+
id: quick_links
|
57
|
+
type: text
|
58
|
+
html: true
|
59
|
+
line_break: true
|
60
|
+
default: "<a href=\"#\">Terms & Conditions</a> <a href=\"#\">Privacy Policy</a> <a href=\"#\">Cookies</a>"
|
61
|
+
|
62
|
+
# Definition of the blocks.
|
63
|
+
# You can define as many types of blocks as you want.
|
64
|
+
blocks:
|
65
|
+
- name: "Column"
|
66
|
+
type: column
|
67
|
+
accept: ['link_item']
|
68
|
+
limit: 5
|
69
|
+
settings:
|
70
|
+
- label: "Links"
|
71
|
+
id: title
|
72
|
+
type: text
|
73
|
+
default: "Links"
|
74
|
+
|
75
|
+
- name: "Link"
|
76
|
+
type: link_item
|
77
|
+
root: false
|
78
|
+
settings:
|
79
|
+
- label: "Link"
|
80
|
+
id: link
|
81
|
+
type: link
|
82
|
+
with_text: true
|
83
|
+
default: "/"
|
84
|
+
|
85
|
+
# By default, in the editor UI, blocks will be listed below the "Content" title.
|
86
|
+
# The title can be changed with the following property:
|
87
|
+
blocks_label: "Links"
|
88
|
+
|
89
|
+
# By default, blocks are presented as a list in the editor UI.
|
90
|
+
# If you like to use blocks to build a menu with sub menu items,
|
91
|
+
# consider using the tree presentation
|
92
|
+
blocks_presentation: "tree"
|
93
|
+
|
94
|
+
# In order to get a section with "meaning" content for the editors,
|
95
|
+
# you can set the default content of a new instance of this section.
|
96
|
+
# (it's also be useful when taking a screenshot of the section).
|
97
|
+
sample:
|
98
|
+
settings:
|
99
|
+
logo: "/theme/logoipsum-white.svg"
|
100
|
+
title: "Get the latest news!"
|
101
|
+
body: "Lorem ipsum dolor, sit amet consectetur adipisicing elit. Esse non cupiditate quae nam molestias."
|
102
|
+
button_label: "Sign up"
|
103
|
+
copyright: "Copyright © 2022. Company Name. All rights reserved."
|
104
|
+
quick_links: "<a href=\"#\">Terms & Conditions</a> <a href=\"#\">Privacy Policy</a> <a href=\"#\">Cookies</a>"
|
105
|
+
blocks:
|
106
|
+
- type: column
|
107
|
+
settings:
|
108
|
+
title: "Services"
|
109
|
+
children:
|
110
|
+
- type: link_item
|
111
|
+
settings:
|
112
|
+
link:
|
113
|
+
text: "1on1 Coaching"
|
114
|
+
href: '#'
|
115
|
+
- type: link_item
|
116
|
+
settings:
|
117
|
+
link:
|
118
|
+
text: "Company Review"
|
119
|
+
href: '#'
|
120
|
+
- type: link_item
|
121
|
+
settings:
|
122
|
+
link:
|
123
|
+
text: "Accounts Review"
|
124
|
+
href: '#'
|
125
|
+
- type: link_item
|
126
|
+
settings:
|
127
|
+
link:
|
128
|
+
text: "HR Consulting"
|
129
|
+
href: '#'
|
130
|
+
- type: link_item
|
131
|
+
settings:
|
132
|
+
link:
|
133
|
+
text: "SEO Optimisation"
|
134
|
+
href: '#'
|
135
|
+
|
136
|
+
- type: column
|
137
|
+
settings:
|
138
|
+
title: "Company"
|
139
|
+
children:
|
140
|
+
- type: link_item
|
141
|
+
settings:
|
142
|
+
link:
|
143
|
+
text: "About"
|
144
|
+
href: '#'
|
145
|
+
- type: link_item
|
146
|
+
settings:
|
147
|
+
link:
|
148
|
+
text: "Meet the Team"
|
149
|
+
href: '#'
|
150
|
+
- type: link_item
|
151
|
+
settings:
|
152
|
+
link:
|
153
|
+
text: "History"
|
154
|
+
href: '#'
|
155
|
+
- type: link_item
|
156
|
+
settings:
|
157
|
+
link:
|
158
|
+
text: "Careers"
|
159
|
+
href: '#'
|
160
|
+
|
161
|
+
- type: column
|
162
|
+
settings:
|
163
|
+
title: "Helpful Links"
|
164
|
+
children:
|
165
|
+
- type: link_item
|
166
|
+
settings:
|
167
|
+
link:
|
168
|
+
text: "Contact"
|
169
|
+
href: '#'
|
170
|
+
- type: link_item
|
171
|
+
settings:
|
172
|
+
link:
|
173
|
+
text: "FAQs"
|
174
|
+
href: '#'
|
175
|
+
- type: link_item
|
176
|
+
settings:
|
177
|
+
link:
|
178
|
+
text: "Live Chat"
|
179
|
+
href: '#'
|
180
|
+
|
181
|
+
- type: column
|
182
|
+
settings:
|
183
|
+
title: "Legal"
|
184
|
+
children:
|
185
|
+
- type: link_item
|
186
|
+
settings:
|
187
|
+
link:
|
188
|
+
text: "Accessibility"
|
189
|
+
href: '#'
|
190
|
+
- type: link_item
|
191
|
+
settings:
|
192
|
+
link:
|
193
|
+
text: "Returns Policy"
|
194
|
+
href: '#'
|
195
|
+
- type: link_item
|
196
|
+
settings:
|
197
|
+
link:
|
198
|
+
text: "Refund Policy"
|
199
|
+
href: '#'
|
200
|
+
- type: link_item
|
201
|
+
settings:
|
202
|
+
link:
|
203
|
+
text: "Hiring Statistics"
|
204
|
+
href: '#'
|
205
|
+
- type: column
|
206
|
+
settings:
|
207
|
+
title: "Downloads"
|
208
|
+
children:
|
209
|
+
- type: link_item
|
210
|
+
settings:
|
211
|
+
link:
|
212
|
+
text: "Marketing calendar"
|
213
|
+
href: '#'
|
214
|
+
- type: link_item
|
215
|
+
settings:
|
216
|
+
link:
|
217
|
+
text: "SEO Infographics"
|
218
|
+
href: '#'
|
219
|
+
|
220
|
+
|
@@ -0,0 +1,232 @@
|
|
1
|
+
# Name of the section displayed in the editor UI
|
2
|
+
name: "Simple Stacked"
|
3
|
+
|
4
|
+
# Category of the section in the editor UI (headers, features, testimonials, ...etc)
|
5
|
+
category: footer
|
6
|
+
|
7
|
+
# A section might have the same content all over the site, like a menu or a footer for instance.
|
8
|
+
# To enable this behavior, uncomment the following statement
|
9
|
+
site_scoped: true
|
10
|
+
|
11
|
+
# Display or not the button to insert a new section after this one
|
12
|
+
insert_button: false
|
13
|
+
|
14
|
+
# Insert this section at the top or the bottom of the page (default: nil)
|
15
|
+
insert_at: bottom
|
16
|
+
|
17
|
+
# one single instance per page?
|
18
|
+
singleton: true
|
19
|
+
|
20
|
+
# Definition of the settings:
|
21
|
+
# A setting type can be one of the following values: text, image, link, collection_item, checkbox, color and icon.
|
22
|
+
# Please visit: https://docs.maglev.dev/concepts/setting for more explanation.
|
23
|
+
settings:
|
24
|
+
- label: "Logo"
|
25
|
+
id: logo
|
26
|
+
type: image
|
27
|
+
default: "/theme/logoipsum.svg"
|
28
|
+
|
29
|
+
- label: "Copyright"
|
30
|
+
id: copyright
|
31
|
+
type: text
|
32
|
+
html: true
|
33
|
+
line_break: true
|
34
|
+
nb_rows: 2
|
35
|
+
default: "Copyright © 2022. Company Name. All rights reserved."
|
36
|
+
|
37
|
+
# Definition of the blocks.
|
38
|
+
# You can define as many types of blocks as you want.
|
39
|
+
blocks:
|
40
|
+
- name: "Social links"
|
41
|
+
type: social_links_row
|
42
|
+
accept: ['social_link_item']
|
43
|
+
limit: 1
|
44
|
+
settings: []
|
45
|
+
|
46
|
+
- name: "Social link"
|
47
|
+
type: "social_link_item"
|
48
|
+
root: false
|
49
|
+
settings:
|
50
|
+
- label: "Name (SR)"
|
51
|
+
id: name
|
52
|
+
type: text
|
53
|
+
default: "Social network"
|
54
|
+
- label: "Icon"
|
55
|
+
id: icon
|
56
|
+
type: icon
|
57
|
+
default: "ri-twitter-fill"
|
58
|
+
- label: "Link"
|
59
|
+
id: link
|
60
|
+
type: link
|
61
|
+
default: "#"
|
62
|
+
|
63
|
+
- name: "Column"
|
64
|
+
type: column
|
65
|
+
accept: ['link_item']
|
66
|
+
limit: 4
|
67
|
+
settings:
|
68
|
+
- label: "Links"
|
69
|
+
id: title
|
70
|
+
type: text
|
71
|
+
default: "Links"
|
72
|
+
|
73
|
+
- name: "Link"
|
74
|
+
type: link_item
|
75
|
+
root: false
|
76
|
+
settings:
|
77
|
+
- label: "Link"
|
78
|
+
id: link
|
79
|
+
type: link
|
80
|
+
with_text: true
|
81
|
+
default: "/"
|
82
|
+
|
83
|
+
# By default, in the editor UI, blocks will be listed below the "Content" title.
|
84
|
+
# The title can be changed with the following property:
|
85
|
+
blocks_label: "Links"
|
86
|
+
|
87
|
+
# By default, blocks are presented as a list in the editor UI.
|
88
|
+
# If you like to use blocks to build a menu with sub menu items,
|
89
|
+
# consider using the tree presentation
|
90
|
+
blocks_presentation: "tree"
|
91
|
+
|
92
|
+
# In order to get a section with "meaning" content for the editors,
|
93
|
+
# you can set the default content of a new instance of this section.
|
94
|
+
# (it's also be useful when taking a screenshot of the section).
|
95
|
+
sample:
|
96
|
+
settings:
|
97
|
+
logo: "/theme/logoipsum.svg"
|
98
|
+
title: "Get the latest news!"
|
99
|
+
body: "Lorem ipsum dolor, sit amet consectetur adipisicing elit. Esse non cupiditate quae nam molestias."
|
100
|
+
button_label: "Sign up"
|
101
|
+
copyright: "Copyright © 2022. Company Name. All rights reserved."
|
102
|
+
quick_links: "<a href=\"#\">Terms & Conditions</a> <a href=\"#\">Privacy Policy</a> <a href=\"#\">Cookies</a>"
|
103
|
+
blocks:
|
104
|
+
- type: social_links_row
|
105
|
+
settings: []
|
106
|
+
children:
|
107
|
+
- type: social_link_item
|
108
|
+
settings:
|
109
|
+
name: "Facebook"
|
110
|
+
icon: "ri-facebook-circle-fill"
|
111
|
+
link: "#"
|
112
|
+
- type: social_link_item
|
113
|
+
settings:
|
114
|
+
name: "Instagram"
|
115
|
+
icon: "ri-instagram-fill"
|
116
|
+
link: "#"
|
117
|
+
- type: social_link_item
|
118
|
+
settings:
|
119
|
+
name: "Twitter"
|
120
|
+
icon: "ri-twitter-fill"
|
121
|
+
link: "#"
|
122
|
+
- type: social_link_item
|
123
|
+
settings:
|
124
|
+
name: "Github"
|
125
|
+
icon: "ri-github-fill"
|
126
|
+
link: "#"
|
127
|
+
- type: social_link_item
|
128
|
+
settings:
|
129
|
+
name: "Dribbble"
|
130
|
+
icon: "ri-dribbble-line"
|
131
|
+
link: "#"
|
132
|
+
|
133
|
+
- type: column
|
134
|
+
settings:
|
135
|
+
title: "Services"
|
136
|
+
children:
|
137
|
+
- type: link_item
|
138
|
+
settings:
|
139
|
+
link:
|
140
|
+
text: "1on1 Coaching"
|
141
|
+
href: '#'
|
142
|
+
- type: link_item
|
143
|
+
settings:
|
144
|
+
link:
|
145
|
+
text: "Company Review"
|
146
|
+
href: '#'
|
147
|
+
- type: link_item
|
148
|
+
settings:
|
149
|
+
link:
|
150
|
+
text: "Accounts Review"
|
151
|
+
href: '#'
|
152
|
+
- type: link_item
|
153
|
+
settings:
|
154
|
+
link:
|
155
|
+
text: "HR Consulting"
|
156
|
+
href: '#'
|
157
|
+
- type: link_item
|
158
|
+
settings:
|
159
|
+
link:
|
160
|
+
text: "SEO Optimisation"
|
161
|
+
href: '#'
|
162
|
+
|
163
|
+
- type: column
|
164
|
+
settings:
|
165
|
+
title: "Company"
|
166
|
+
children:
|
167
|
+
- type: link_item
|
168
|
+
settings:
|
169
|
+
link:
|
170
|
+
text: "About"
|
171
|
+
href: '#'
|
172
|
+
- type: link_item
|
173
|
+
settings:
|
174
|
+
link:
|
175
|
+
text: "Meet the Team"
|
176
|
+
href: '#'
|
177
|
+
- type: link_item
|
178
|
+
settings:
|
179
|
+
link:
|
180
|
+
text: "History"
|
181
|
+
href: '#'
|
182
|
+
- type: link_item
|
183
|
+
settings:
|
184
|
+
link:
|
185
|
+
text: "Careers"
|
186
|
+
href: '#'
|
187
|
+
|
188
|
+
- type: column
|
189
|
+
settings:
|
190
|
+
title: "Helpful Links"
|
191
|
+
children:
|
192
|
+
- type: link_item
|
193
|
+
settings:
|
194
|
+
link:
|
195
|
+
text: "Contact"
|
196
|
+
href: '#'
|
197
|
+
- type: link_item
|
198
|
+
settings:
|
199
|
+
link:
|
200
|
+
text: "FAQs"
|
201
|
+
href: '#'
|
202
|
+
- type: link_item
|
203
|
+
settings:
|
204
|
+
link:
|
205
|
+
text: "Live Chat"
|
206
|
+
href: '#'
|
207
|
+
|
208
|
+
- type: column
|
209
|
+
settings:
|
210
|
+
title: "Legal"
|
211
|
+
children:
|
212
|
+
- type: link_item
|
213
|
+
settings:
|
214
|
+
link:
|
215
|
+
text: "Accessibility"
|
216
|
+
href: '#'
|
217
|
+
- type: link_item
|
218
|
+
settings:
|
219
|
+
link:
|
220
|
+
text: "Returns Policy"
|
221
|
+
href: '#'
|
222
|
+
- type: link_item
|
223
|
+
settings:
|
224
|
+
link:
|
225
|
+
text: "Refund Policy"
|
226
|
+
href: '#'
|
227
|
+
- type: link_item
|
228
|
+
settings:
|
229
|
+
link:
|
230
|
+
text: "Hiring Statistics"
|
231
|
+
href: '#'
|
232
|
+
|
@@ -0,0 +1,217 @@
|
|
1
|
+
# Name of the section displayed in the editor UI
|
2
|
+
name: "Split with Company Info, Links and Image"
|
3
|
+
|
4
|
+
# Category of the section in the editor UI (headers, features, testimonials, ...etc)
|
5
|
+
category: footer
|
6
|
+
|
7
|
+
# A section might have the same content all over the site, like a menu or a footer for instance.
|
8
|
+
# To enable this behavior, uncomment the following statement
|
9
|
+
site_scoped: true
|
10
|
+
|
11
|
+
# Display or not the button to insert a new section after this one
|
12
|
+
insert_button: false
|
13
|
+
|
14
|
+
# Insert this section at the top or the bottom of the page (default: nil)
|
15
|
+
insert_at: bottom
|
16
|
+
|
17
|
+
# one single instance per page?
|
18
|
+
singleton: true
|
19
|
+
|
20
|
+
# Definition of the settings:
|
21
|
+
# A setting type can be one of the following values: text, image, link, collection_item, checkbox, color and icon.
|
22
|
+
# Please visit: https://docs.maglev.dev/concepts/setting for more explanation.
|
23
|
+
settings:
|
24
|
+
- label: "Image"
|
25
|
+
id: image
|
26
|
+
type: image
|
27
|
+
default: "/theme/image-placeholder.jpg"
|
28
|
+
|
29
|
+
- label: "Phone number"
|
30
|
+
id: phone_number
|
31
|
+
type: text
|
32
|
+
# html: true
|
33
|
+
# line_break: true
|
34
|
+
# nb_rows: 4
|
35
|
+
default: "0123456789"
|
36
|
+
|
37
|
+
- label: "Opening hours"
|
38
|
+
id: opening_hours
|
39
|
+
type: text
|
40
|
+
html: true
|
41
|
+
line_break: true
|
42
|
+
nb_rows: 4
|
43
|
+
default: "Monday to Friday: 10am - 5pm<br/>Weekend: 10am - 3pm"
|
44
|
+
|
45
|
+
- label: "Copyright"
|
46
|
+
id: copyright
|
47
|
+
type: text
|
48
|
+
html: true
|
49
|
+
line_break: true
|
50
|
+
nb_rows: 2
|
51
|
+
default: "© 2022 Company Name."
|
52
|
+
|
53
|
+
- label: "Quick links"
|
54
|
+
id: quick_links
|
55
|
+
type: text
|
56
|
+
html: true
|
57
|
+
line_break: true
|
58
|
+
default: "<a href=\"#\">Terms & Conditions</a> <a href=\"#\">Privacy Policy</a> <a href=\"#\">Cookies</a>"
|
59
|
+
|
60
|
+
- label: "Text"
|
61
|
+
id: text
|
62
|
+
type: text
|
63
|
+
html: true
|
64
|
+
line_break: true
|
65
|
+
nb_rows: 4
|
66
|
+
default: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus mollitia quia quod repellendus. Porro harum, odio dolore perspiciatis praesentium provident esse consequatur quibusdam aperiam, cupiditate omnis modi in quasi? In, maxime odio vel repellat sed earum? Debitis quaerat facilis animi. Odio natus nostrum laboriosam impedit magnam praesentium asperiores consectetur ipsum."
|
67
|
+
|
68
|
+
# Definition of the blocks.
|
69
|
+
# You can define as many types of blocks as you want.
|
70
|
+
blocks:
|
71
|
+
- name: "Social links"
|
72
|
+
type: social_links_row
|
73
|
+
accept: ['social_link_item']
|
74
|
+
limit: 1
|
75
|
+
settings: []
|
76
|
+
|
77
|
+
- name: "Social link"
|
78
|
+
type: "social_link_item"
|
79
|
+
root: false
|
80
|
+
settings:
|
81
|
+
- label: "Name (SR)"
|
82
|
+
id: name
|
83
|
+
type: text
|
84
|
+
default: "Social network"
|
85
|
+
- label: "Icon"
|
86
|
+
id: icon
|
87
|
+
type: icon
|
88
|
+
default: "ri-twitter-fill"
|
89
|
+
- label: "Link"
|
90
|
+
id: link
|
91
|
+
type: link
|
92
|
+
default: "#"
|
93
|
+
|
94
|
+
- name: "Column"
|
95
|
+
type: column
|
96
|
+
accept: ['link_item']
|
97
|
+
limit: 2
|
98
|
+
settings:
|
99
|
+
- label: "Links"
|
100
|
+
id: title
|
101
|
+
type: text
|
102
|
+
default: "Links"
|
103
|
+
|
104
|
+
- name: "Link"
|
105
|
+
type: link_item
|
106
|
+
root: false
|
107
|
+
settings:
|
108
|
+
- label: "Link"
|
109
|
+
id: link
|
110
|
+
type: link
|
111
|
+
with_text: true
|
112
|
+
default: "/"
|
113
|
+
|
114
|
+
# By default, in the editor UI, blocks will be listed below the "Content" title.
|
115
|
+
# The title can be changed with the following property:
|
116
|
+
blocks_label: "Links"
|
117
|
+
|
118
|
+
# By default, blocks are presented as a list in the editor UI.
|
119
|
+
# If you like to use blocks to build a menu with sub menu items,
|
120
|
+
# consider using the tree presentation
|
121
|
+
blocks_presentation: "tree"
|
122
|
+
|
123
|
+
# In order to get a section with "meaning" content for the editors,
|
124
|
+
# you can set the default content of a new instance of this section.
|
125
|
+
# (it's also be useful when taking a screenshot of the section).
|
126
|
+
sample:
|
127
|
+
settings:
|
128
|
+
image: "/theme/image-placeholder.jpg"
|
129
|
+
phone_number: "0123456789"
|
130
|
+
opening_hours: "Monday to Friday: 10am - 5pm<br/>Weekend: 10am - 3pm"
|
131
|
+
quick_links: "<a href=\"#\">Terms & Conditions</a> <a href=\"#\">Privacy Policy</a> <a href=\"#\">Cookies</a>"
|
132
|
+
copyright: "© 2022 Company Name."
|
133
|
+
text: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus mollitia quia quod repellendus. Porro harum, odio dolore perspiciatis praesentium provident esse consequatur quibusdam aperiam, cupiditate omnis modi in quasi? In, maxime odio vel repellat sed earum? Debitis quaerat facilis animi. Odio natus nostrum laboriosam impedit magnam praesentium asperiores consectetur ipsum."
|
134
|
+
blocks:
|
135
|
+
- type: social_links_row
|
136
|
+
settings: []
|
137
|
+
children:
|
138
|
+
- type: social_link_item
|
139
|
+
settings:
|
140
|
+
name: "Facebook"
|
141
|
+
icon: "ri-facebook-circle-fill"
|
142
|
+
link: "#"
|
143
|
+
- type: social_link_item
|
144
|
+
settings:
|
145
|
+
name: "Instagram"
|
146
|
+
icon: "ri-instagram-fill"
|
147
|
+
link: "#"
|
148
|
+
- type: social_link_item
|
149
|
+
settings:
|
150
|
+
name: "Twitter"
|
151
|
+
icon: "ri-twitter-fill"
|
152
|
+
link: "#"
|
153
|
+
- type: social_link_item
|
154
|
+
settings:
|
155
|
+
name: "Github"
|
156
|
+
icon: "ri-github-fill"
|
157
|
+
link: "#"
|
158
|
+
- type: social_link_item
|
159
|
+
settings:
|
160
|
+
name: "Dribbble"
|
161
|
+
icon: "ri-dribbble-line"
|
162
|
+
link: "#"
|
163
|
+
|
164
|
+
- type: column
|
165
|
+
settings:
|
166
|
+
title: "Services"
|
167
|
+
children:
|
168
|
+
- type: link_item
|
169
|
+
settings:
|
170
|
+
link:
|
171
|
+
text: "1on1 Coaching"
|
172
|
+
href: '#'
|
173
|
+
- type: link_item
|
174
|
+
settings:
|
175
|
+
link:
|
176
|
+
text: "Company Review"
|
177
|
+
href: '#'
|
178
|
+
- type: link_item
|
179
|
+
settings:
|
180
|
+
link:
|
181
|
+
text: "Accounts Review"
|
182
|
+
href: '#'
|
183
|
+
- type: link_item
|
184
|
+
settings:
|
185
|
+
link:
|
186
|
+
text: "HR Consulting"
|
187
|
+
href: '#'
|
188
|
+
- type: link_item
|
189
|
+
settings:
|
190
|
+
link:
|
191
|
+
text: "SEO Optimisation"
|
192
|
+
href: '#'
|
193
|
+
|
194
|
+
- type: column
|
195
|
+
settings:
|
196
|
+
title: "Company"
|
197
|
+
children:
|
198
|
+
- type: link_item
|
199
|
+
settings:
|
200
|
+
link:
|
201
|
+
text: "About"
|
202
|
+
href: '#'
|
203
|
+
- type: link_item
|
204
|
+
settings:
|
205
|
+
link:
|
206
|
+
text: "Meet the Team"
|
207
|
+
href: '#'
|
208
|
+
- type: link_item
|
209
|
+
settings:
|
210
|
+
link:
|
211
|
+
text: "History"
|
212
|
+
href: '#'
|
213
|
+
- type: link_item
|
214
|
+
settings:
|
215
|
+
link:
|
216
|
+
text: "Careers"
|
217
|
+
href: '#'
|