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,64 @@
|
|
1
|
+
# Name of the section displayed in the editor UI
|
2
|
+
name: "With Icon"
|
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,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
|
+
|
data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/feature/feature_01.yml
ADDED
@@ -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?"
|
data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/feature/feature_02.yml
ADDED
@@ -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: "#"
|
data/lib/generators/maglev/hyperui/install/templates/app/theme/sections/feature/feature_03.yml
ADDED
@@ -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: "#"
|