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