maglevcms-hyperui-kit 1.1.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/generators/maglev/hyperui/install/install_generator.rb +24 -1
- data/lib/generators/maglev/hyperui/install/templates/app/views/layouts/maglev/editor/_head.html.erb +2 -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 -8
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# Name of the section displayed in the editor UI
|
|
2
|
+
name: "Background with Accent Border"
|
|
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
|
+
|
|
@@ -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: "#"
|