maglevcms-hyperui-kit 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/generators/maglev/hyperui/install/install_generator.rb +16 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/banner/banner_01.yml +97 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/banner/banner_02.yml +97 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/banner/banner_03.yml +102 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/cta/cta_01.yml +73 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/cta/cta_02.yml +73 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/cta/cta_03.yml +79 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/faq/faq_01.yml +64 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/faq/faq_02.yml +64 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/faq/faq_03.yml +73 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/feature/feature_01.yml +105 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/feature/feature_02.yml +127 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/feature/feature_03.yml +127 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/footer/footer_01.yml +220 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/footer/footer_02.yml +232 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/footer/footer_03.yml +217 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/footer/footer_04.yml +94 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/nav/nav_01.yml +135 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/nav/nav_02.yml +135 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/nav/nav_03.yml +135 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/nav/nav_04.yml +129 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/review/review_01.yml +105 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/stat/stat_01.yml +85 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/testimonial/testimonial_01.yml +69 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/testimonial/testimonial_02.yml +107 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/sections/testimonial/testimonial_03.yml +103 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/themes/%theme_name%/theme.yml.tt +178 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/maglev/editor/_header.html.erb +2 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/layout.html.erb +26 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/banner/banner_01.html.erb +20 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/banner/banner_02.html.erb +23 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/banner/banner_03.html.erb +25 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/cta/cta_01.html.erb +15 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/cta/cta_02.html.erb +38 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/cta/cta_03.html.erb +23 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/faq/faq_01.html.erb +30 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/faq/faq_02.html.erb +30 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/faq/faq_03.html.erb +49 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/feature/feature_01.html.erb +27 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/feature/feature_02.html.erb +29 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/feature/feature_03.html.erb +26 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/footer/footer_01.html.erb +60 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/footer/footer_02.html.erb +47 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/footer/footer_03.html.erb +69 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/footer/footer_04.html.erb +29 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/nav/nav_01.html.erb +62 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/nav/nav_02.html.erb +65 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/nav/nav_03.html.erb +65 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/nav/nav_04.html.erb +65 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/review/_grades.html.erb +25 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/review/review_01.html.erb +39 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/stat/stat_01.html.erb +21 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/testimonial/testimonial_01.html.erb +20 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/testimonial/testimonial_02.html.erb +33 -0
- data/lib/generators/maglev/hyperui/install/templates/app_pro/views/themes/%theme_name%/sections/testimonial/testimonial_03.html.erb +24 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/banner/banner_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/banner/banner_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/banner/banner_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/cta/cta_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/cta/cta_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/cta/cta_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/faq/faq_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/faq/faq_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/faq/faq_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/feature/feature_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/feature/feature_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/feature/feature_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/footer/footer_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/footer/footer_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/footer/footer_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/footer/footer_04.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/nav/nav_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/nav/nav_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/nav/nav_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/nav/nav_04.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/review/review_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/stat/stat_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/testimonial/testimonial_01.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/testimonial/testimonial_02.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/%theme_name%/testimonial/testimonial_03.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/image-placeholder.jpg +0 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/logoipsum-white.svg +1 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/logoipsum.svg +1 -0
- data/lib/generators/maglev/hyperui/install/templates/public_pro/themes/marie-curie.jpg +0 -0
- data/lib/maglev/hyperui/railtie.rb +3 -0
- data/lib/maglev/hyperui/version.rb +1 -1
- data/lib/tasks/maglev_hyperui_kit.rake +61 -0
- metadata +90 -6
@@ -0,0 +1,73 @@
|
|
1
|
+
# Name of the section displayed in the editor UI
|
2
|
+
name: "Border with Divide Border and Background"
|
3
|
+
|
4
|
+
# Category of the section in the editor UI (headers, features, testimonials, ...etc)
|
5
|
+
category: faq
|
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: top
|
16
|
+
|
17
|
+
# Definition of the settings:
|
18
|
+
# A setting type can be one of the following values: text, image, link, collection_item, checkbox, color and icon.
|
19
|
+
# Please visit: https://docs.maglev.dev/concepts/setting for more explanation.
|
20
|
+
settings: []
|
21
|
+
|
22
|
+
# Definition of the blocks.
|
23
|
+
# You can define as many types of blocks as you want.
|
24
|
+
blocks:
|
25
|
+
- name: "question"
|
26
|
+
type: question
|
27
|
+
limit: 1
|
28
|
+
settings:
|
29
|
+
- label: "Question"
|
30
|
+
id: question
|
31
|
+
type: text
|
32
|
+
default: "Lorem ipsum dolor sit amet consectetur adipisicing?"
|
33
|
+
|
34
|
+
- label: "Answer"
|
35
|
+
id: answer
|
36
|
+
type: text
|
37
|
+
html: true
|
38
|
+
line_break: true
|
39
|
+
nb_rows: 5
|
40
|
+
default: "Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ab hic veritatis molestias culpa in, recusandae laboriosam neque aliquid libero nesciunt voluptate dicta quo officiis explicabo consequuntur distinctio corporis earum similique!"
|
41
|
+
|
42
|
+
# By default, in the editor UI, blocks will be listed below the "Content" title.
|
43
|
+
# The title can be changed with the following property:
|
44
|
+
blocks_label: "Questions"
|
45
|
+
|
46
|
+
# By default, blocks are presented as a list in the editor UI.
|
47
|
+
# If you like to use blocks to build a menu with sub menu items,
|
48
|
+
# consider using the tree presentation
|
49
|
+
# blocks_presentation: "tree"
|
50
|
+
|
51
|
+
# In order to get a section with "meaning" content for the editors,
|
52
|
+
# you can set the default content of a new instance of this section.
|
53
|
+
# (it's also be useful when taking a screenshot of the section).
|
54
|
+
sample:
|
55
|
+
blocks:
|
56
|
+
- type: question
|
57
|
+
settings:
|
58
|
+
question: "Lorem ipsum dolor sit amet consectetur adipisicing?"
|
59
|
+
answer: "Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ab hic veritatis molestias culpa in, recusandae laboriosam neque aliquid libero nesciunt voluptate dicta quo officiis explicabo consequuntur distinctio corporis earum similique!"
|
60
|
+
- type: question
|
61
|
+
settings:
|
62
|
+
question: "Lorem ipsum dolor sit amet consectetur adipisicing?"
|
63
|
+
answer: "Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ab hic veritatis molestias culpa in, recusandae laboriosam neque aliquid libero nesciunt voluptate dicta quo officiis explicabo consequuntur distinctio corporis earum similique!"
|
64
|
+
- type: question
|
65
|
+
settings:
|
66
|
+
question: "Lorem ipsum dolor sit amet consectetur adipisicing?"
|
67
|
+
answer: "Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ab hic veritatis molestias culpa in, recusandae laboriosam neque aliquid libero nesciunt voluptate dicta quo officiis explicabo consequuntur distinctio corporis earum similique!"
|
68
|
+
- type: question
|
69
|
+
settings:
|
70
|
+
question: "Lorem ipsum dolor sit amet consectetur adipisicing?"
|
71
|
+
answer: "Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ab hic veritatis molestias culpa in, recusandae laboriosam neque aliquid libero nesciunt voluptate dicta quo officiis explicabo consequuntur distinctio corporis earum similique!"
|
72
|
+
|
73
|
+
|
@@ -0,0 +1,105 @@
|
|
1
|
+
# Name of the section displayed in the editor UI
|
2
|
+
name: "Content with USPs Grid"
|
3
|
+
|
4
|
+
# Category of the section in the editor UI (headers, features, testimonials, ...etc)
|
5
|
+
category: feature
|
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: top
|
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: "Title"
|
25
|
+
id: title
|
26
|
+
type: text
|
27
|
+
default: "What makes us special"
|
28
|
+
|
29
|
+
- label: "Body"
|
30
|
+
id: body
|
31
|
+
type: text
|
32
|
+
html: true
|
33
|
+
line_break: true
|
34
|
+
nb_rows: 5
|
35
|
+
default: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat dolores iure fugit totam iste obcaecati. Consequatur ipsa quod ipsum sequi culpa delectus, cumque id tenetur quibusdam, quos fuga minima."
|
36
|
+
|
37
|
+
# Definition of the blocks.
|
38
|
+
# You can define as many types of blocks as you want.
|
39
|
+
blocks:
|
40
|
+
- name: "Feature"
|
41
|
+
type: feature_item
|
42
|
+
settings:
|
43
|
+
- label: "Name"
|
44
|
+
id: name
|
45
|
+
type: text
|
46
|
+
default: "Lorem, ipsum dolor."
|
47
|
+
|
48
|
+
- label: "Icon"
|
49
|
+
id: icon
|
50
|
+
type: icon
|
51
|
+
default: "ri-flask-line"
|
52
|
+
|
53
|
+
- label: "Description"
|
54
|
+
id: description
|
55
|
+
type: text
|
56
|
+
nb_rows: 4
|
57
|
+
default: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Error cumque tempore est ab possimus quisquam reiciendis tempora animi! Quaerat, saepe?"
|
58
|
+
|
59
|
+
# By default, in the editor UI, blocks will be listed below the "Content" title.
|
60
|
+
# The title can be changed with the following property:
|
61
|
+
blocks_label: "List of features"
|
62
|
+
|
63
|
+
# By default, blocks are presented as a list in the editor UI.
|
64
|
+
# If you like to use blocks to build a menu with sub menu items,
|
65
|
+
# consider using the tree presentation
|
66
|
+
# blocks_presentation: "tree"
|
67
|
+
|
68
|
+
# In order to get a section with "meaning" content for the editors,
|
69
|
+
# you can set the default content of a new instance of this section.
|
70
|
+
# (it's also be useful when taking a screenshot of the section).
|
71
|
+
sample:
|
72
|
+
settings:
|
73
|
+
title: "What makes us special"
|
74
|
+
body: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat dolores iure fugit totam iste obcaecati. Consequatur ipsa quod ipsum sequi culpa delectus, cumque id tenetur quibusdam, quos fuga minima."
|
75
|
+
blocks:
|
76
|
+
- type: feature_item
|
77
|
+
settings:
|
78
|
+
name: "Lorem, ipsum dolor."
|
79
|
+
icon: "ri-flask-line"
|
80
|
+
description: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Error cumque tempore est ab possimus quisquam reiciendis tempora animi! Quaerat, saepe?"
|
81
|
+
- type: feature_item
|
82
|
+
settings:
|
83
|
+
name: "Lorem, ipsum dolor."
|
84
|
+
icon: "ri-flask-line"
|
85
|
+
description: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Error cumque tempore est ab possimus quisquam reiciendis tempora animi! Quaerat, saepe?"
|
86
|
+
- type: feature_item
|
87
|
+
settings:
|
88
|
+
name: "Lorem, ipsum dolor."
|
89
|
+
icon: "ri-flask-line"
|
90
|
+
description: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Error cumque tempore est ab possimus quisquam reiciendis tempora animi! Quaerat, saepe?"
|
91
|
+
- type: feature_item
|
92
|
+
settings:
|
93
|
+
name: "Lorem, ipsum dolor."
|
94
|
+
icon: "ri-flask-line"
|
95
|
+
description: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Error cumque tempore est ab possimus quisquam reiciendis tempora animi! Quaerat, saepe?"
|
96
|
+
- type: feature_item
|
97
|
+
settings:
|
98
|
+
name: "Lorem, ipsum dolor."
|
99
|
+
icon: "ri-flask-line"
|
100
|
+
description: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Error cumque tempore est ab possimus quisquam reiciendis tempora animi! Quaerat, saepe?"
|
101
|
+
- type: feature_item
|
102
|
+
settings:
|
103
|
+
name: "Lorem, ipsum dolor."
|
104
|
+
icon: "ri-flask-line"
|
105
|
+
description: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Error cumque tempore est ab possimus quisquam reiciendis tempora animi! Quaerat, saepe?"
|
@@ -0,0 +1,127 @@
|
|
1
|
+
# Name of the section displayed in the editor UI
|
2
|
+
name: "Split with Content and Link Grid"
|
3
|
+
|
4
|
+
# Category of the section in the editor UI (headers, features, testimonials, ...etc)
|
5
|
+
category: feature
|
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: top
|
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: "Title"
|
25
|
+
id: title
|
26
|
+
type: text
|
27
|
+
default: "What makes us special"
|
28
|
+
|
29
|
+
- label: "Body"
|
30
|
+
id: body
|
31
|
+
type: text
|
32
|
+
html: true
|
33
|
+
line_break: true
|
34
|
+
nb_rows: 5
|
35
|
+
default: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat dolores iure fugit totam iste obcaecati. Consequatur ipsa quod ipsum sequi culpa delectus, cumque id tenetur quibusdam, quos fuga minima."
|
36
|
+
|
37
|
+
- label: "Button"
|
38
|
+
id: button
|
39
|
+
type: link
|
40
|
+
with_text: true
|
41
|
+
default:
|
42
|
+
text: "Get Started →"
|
43
|
+
href: "#"
|
44
|
+
|
45
|
+
# Definition of the blocks.
|
46
|
+
# You can define as many types of blocks as you want.
|
47
|
+
blocks:
|
48
|
+
- name: "Feature"
|
49
|
+
type: feature_item
|
50
|
+
settings:
|
51
|
+
- label: "Name"
|
52
|
+
id: name
|
53
|
+
type: text
|
54
|
+
default: "Accountant"
|
55
|
+
|
56
|
+
- label: "Icon"
|
57
|
+
id: icon
|
58
|
+
type: icon
|
59
|
+
default: "ri-flask-line"
|
60
|
+
|
61
|
+
- label: "Description"
|
62
|
+
id: description
|
63
|
+
type: text
|
64
|
+
nb_rows: 4
|
65
|
+
default: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Error cumque tempore est ab possimus quisquam reiciendis tempora animi! Quaerat, saepe?"
|
66
|
+
|
67
|
+
- label: "Link"
|
68
|
+
id: link
|
69
|
+
type: link
|
70
|
+
default: "#"
|
71
|
+
|
72
|
+
# By default, in the editor UI, blocks will be listed below the "Content" title.
|
73
|
+
# The title can be changed with the following property:
|
74
|
+
blocks_label: "List of features"
|
75
|
+
|
76
|
+
# By default, blocks are presented as a list in the editor UI.
|
77
|
+
# If you like to use blocks to build a menu with sub menu items,
|
78
|
+
# consider using the tree presentation
|
79
|
+
# blocks_presentation: "tree"
|
80
|
+
|
81
|
+
# In order to get a section with "meaning" content for the editors,
|
82
|
+
# you can set the default content of a new instance of this section.
|
83
|
+
# (it's also be useful when taking a screenshot of the section).
|
84
|
+
sample:
|
85
|
+
settings:
|
86
|
+
title: "Find your career path"
|
87
|
+
body: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Aut vero aliquid sint distinctio iure ipsum cupiditate? Quis, odit assumenda? Deleniti quasi inventore, libero reiciendis minima aliquid tempora. Obcaecati, autem."
|
88
|
+
button:
|
89
|
+
text: "Getting Started →"
|
90
|
+
href: "#"
|
91
|
+
blocks:
|
92
|
+
- type: feature_item
|
93
|
+
settings:
|
94
|
+
name: "Accountant"
|
95
|
+
icon: "ri-flask-line"
|
96
|
+
description: "Lorem ipsum dolor sit amet consectetur"
|
97
|
+
link: "#"
|
98
|
+
- type: feature_item
|
99
|
+
settings:
|
100
|
+
name: "Accountant"
|
101
|
+
icon: "ri-flask-line"
|
102
|
+
description: "Lorem ipsum dolor sit amet consectetur"
|
103
|
+
link: "#"
|
104
|
+
- type: feature_item
|
105
|
+
settings:
|
106
|
+
name: "Accountant"
|
107
|
+
icon: "ri-flask-line"
|
108
|
+
description: "Lorem ipsum dolor sit amet consectetur"
|
109
|
+
link: "#"
|
110
|
+
- type: feature_item
|
111
|
+
settings:
|
112
|
+
name: "Accountant"
|
113
|
+
icon: "ri-flask-line"
|
114
|
+
description: "Lorem ipsum dolor sit amet consectetur"
|
115
|
+
link: "#"
|
116
|
+
- type: feature_item
|
117
|
+
settings:
|
118
|
+
name: "Accountant"
|
119
|
+
icon: "ri-flask-line"
|
120
|
+
description: "Lorem ipsum dolor sit amet consectetur"
|
121
|
+
link: "#"
|
122
|
+
- type: feature_item
|
123
|
+
settings:
|
124
|
+
name: "Accountant"
|
125
|
+
icon: "ri-flask-line"
|
126
|
+
description: "Lorem ipsum dolor sit amet consectetur"
|
127
|
+
link: "#"
|
@@ -0,0 +1,127 @@
|
|
1
|
+
# Name of the section displayed in the editor UI
|
2
|
+
name: "Content with Link Grid and Call to Action"
|
3
|
+
|
4
|
+
# Category of the section in the editor UI (headers, features, testimonials, ...etc)
|
5
|
+
category: feature
|
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: top
|
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: "Title"
|
25
|
+
id: title
|
26
|
+
type: text
|
27
|
+
default: "Kickstart your marketing"
|
28
|
+
|
29
|
+
- label: "Body"
|
30
|
+
id: body
|
31
|
+
type: text
|
32
|
+
html: true
|
33
|
+
line_break: true
|
34
|
+
nb_rows: 5
|
35
|
+
default: "Lorem ipsum, dolor sit amet consectetur adipisicing elit. Consequuntur aliquam doloribus nesciunt eos fugiat. Vitae aperiam fugit consequuntur saepe laborum."
|
36
|
+
|
37
|
+
- label: "Button"
|
38
|
+
id: button
|
39
|
+
type: link
|
40
|
+
with_text: true
|
41
|
+
default:
|
42
|
+
text: "Get Started →"
|
43
|
+
href: "#"
|
44
|
+
|
45
|
+
# Definition of the blocks.
|
46
|
+
# You can define as many types of blocks as you want.
|
47
|
+
blocks:
|
48
|
+
- name: "Feature"
|
49
|
+
type: feature_item
|
50
|
+
settings:
|
51
|
+
- label: "Name"
|
52
|
+
id: name
|
53
|
+
type: text
|
54
|
+
default: "Digital campaigns"
|
55
|
+
|
56
|
+
- label: "Icon"
|
57
|
+
id: icon
|
58
|
+
type: icon
|
59
|
+
default: "ri-flask-line"
|
60
|
+
|
61
|
+
- label: "Description"
|
62
|
+
id: description
|
63
|
+
type: text
|
64
|
+
nb_rows: 4
|
65
|
+
default: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Error cumque tempore est ab possimus quisquam reiciendis tempora animi! Quaerat, saepe?"
|
66
|
+
|
67
|
+
- label: "Link"
|
68
|
+
id: link
|
69
|
+
type: link
|
70
|
+
default: "#"
|
71
|
+
|
72
|
+
# By default, in the editor UI, blocks will be listed below the "Content" title.
|
73
|
+
# The title can be changed with the following property:
|
74
|
+
blocks_label: "List of features"
|
75
|
+
|
76
|
+
# By default, blocks are presented as a list in the editor UI.
|
77
|
+
# If you like to use blocks to build a menu with sub menu items,
|
78
|
+
# consider using the tree presentation
|
79
|
+
# blocks_presentation: "tree"
|
80
|
+
|
81
|
+
# In order to get a section with "meaning" content for the editors,
|
82
|
+
# you can set the default content of a new instance of this section.
|
83
|
+
# (it's also be useful when taking a screenshot of the section).
|
84
|
+
sample:
|
85
|
+
settings:
|
86
|
+
title: "Kickstart your marketing"
|
87
|
+
body: "Lorem ipsum, dolor sit amet consectetur adipisicing elit. Consequuntur aliquam doloribus nesciunt eos fugiat. Vitae aperiam fugit consequuntur saepe laborum."
|
88
|
+
button:
|
89
|
+
text: "Getting Started →"
|
90
|
+
href: "#"
|
91
|
+
blocks:
|
92
|
+
- type: feature_item
|
93
|
+
settings:
|
94
|
+
name: "Digital campaigns"
|
95
|
+
icon: "ri-flask-line"
|
96
|
+
description: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex ut quo possimus adipisci distinctio alias voluptatum blanditiis laudantium."
|
97
|
+
link: "#"
|
98
|
+
- type: feature_item
|
99
|
+
settings:
|
100
|
+
name: "Digital campaigns"
|
101
|
+
icon: "ri-flask-line"
|
102
|
+
description: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex ut quo possimus adipisci distinctio alias voluptatum blanditiis laudantium."
|
103
|
+
link: "#"
|
104
|
+
- type: feature_item
|
105
|
+
settings:
|
106
|
+
name: "Digital campaigns"
|
107
|
+
icon: "ri-flask-line"
|
108
|
+
description: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex ut quo possimus adipisci distinctio alias voluptatum blanditiis laudantium."
|
109
|
+
link: "#"
|
110
|
+
- type: feature_item
|
111
|
+
settings:
|
112
|
+
name: "Digital campaigns"
|
113
|
+
icon: "ri-flask-line"
|
114
|
+
description: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex ut quo possimus adipisci distinctio alias voluptatum blanditiis laudantium."
|
115
|
+
link: "#"
|
116
|
+
- type: feature_item
|
117
|
+
settings:
|
118
|
+
name: "Digital campaigns"
|
119
|
+
icon: "ri-flask-line"
|
120
|
+
description: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex ut quo possimus adipisci distinctio alias voluptatum blanditiis laudantium."
|
121
|
+
link: "#"
|
122
|
+
- type: feature_item
|
123
|
+
settings:
|
124
|
+
name: "Digital campaigns"
|
125
|
+
icon: "ri-flask-line"
|
126
|
+
description: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Ex ut quo possimus adipisci distinctio alias voluptatum blanditiis laudantium."
|
127
|
+
link: "#"
|
@@ -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: "/themes/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: "/themes/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
|
+
|