@dcodegroup-au/page-builder 0.5.2 → 0.5.4

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.
@@ -9,6 +9,8 @@ import {ChildSafeStandard} from "./pages/ChildSafeStandard.js";
9
9
  import {AdvisoryServices} from "./pages/AdvisoryService.js";
10
10
  import {PartnerWithUs} from "./pages/PartnerWithUs.js";
11
11
  import {OurGroups} from "./pages/OurGroups.js";
12
+ import {Vectea2024} from "./pages/Vectea2024.js";
13
+ import {AdvocaryAndResearch} from "./pages/AdvocaryAndResearch.js";
12
14
 
13
15
  const slide = {
14
16
  title: "About ELAA",
@@ -92,10 +94,10 @@ const breadcrumbs = [
92
94
 
93
95
  <template>
94
96
  <div>
95
- {{ JSON.stringify(OurGroups) }}
97
+ {{ JSON.stringify(Vectea2024) }}
96
98
  <div style="margin: 40px 0">
97
99
  <h1 style="margin-bottom: 20px; font-size: 50px;">Page Render</h1>
98
- <PageRender :page="OurGroups"/>
100
+ <PageRender :page="AdvocaryAndResearch"/>
99
101
  </div>
100
102
  <div style="margin: 40px 0">
101
103
  <h1 style="margin-bottom: 20px; font-size: 50px;">Slider Edit</h1>
@@ -111,7 +113,7 @@ const breadcrumbs = [
111
113
  </div>
112
114
  <div style="margin: 40px 0">
113
115
  <h1 style="margin-bottom: 20px; font-size: 50px;">Page Builder</h1>
114
- <PageBuilder v-model="OurGroups" :breadcrumbs="breadcrumbs"/>
116
+ <PageBuilder v-model="AdvocaryAndResearch" :breadcrumbs="breadcrumbs"/>
115
117
  </div>
116
118
  </div>
117
119
  </template>
@@ -0,0 +1,337 @@
1
+ export const AdvocaryAndResearch =
2
+ {
3
+ title: "Advocacy and Research",
4
+ sections: [
5
+ {
6
+ title: "Standard header",
7
+ type: "standard_header",
8
+ components: [
9
+ {
10
+ name: "Standard header",
11
+ type: "header",
12
+ title: "Advocacy & Research",
13
+ supporting_text_max_length: 500,
14
+ supporting_text: "The Victorian Early Childhood Teachers and Educators Agreement (VECTEA) is an enterprise agreement that applies to early childhood teachers and educators employed in kindergarten education programs in Victoria.",
15
+ },
16
+ ]
17
+ },
18
+ {
19
+ title: "Callout Section",
20
+ type: "callout",
21
+ components: [
22
+ {
23
+ name: "Callout Section",
24
+ type: "callout",
25
+ title: "Our Vision",
26
+ has_extra: true,
27
+ title_label: "Eyebrow heading",
28
+ supporting_text: "Excellence and equity in early childhood education and care",
29
+ supporting_text_label: "Message *",
30
+ supporting_text_max_length: 500,
31
+ featured_image: "https://beta-frontend.elaa.org.au/img/what-we-do/strategy.png"
32
+ },
33
+ ]
34
+ },
35
+ {
36
+ title: "Bullet Points Section",
37
+ type: "bullet_points",
38
+ has_background: true,
39
+ margin: true,
40
+ two_column: true,
41
+ components: [
42
+ {
43
+ name: "Section header",
44
+ type: "header",
45
+ title: "Addressing Section Challenges",
46
+ icon: "AlertCircle",
47
+ supporting_text: "ELAA has developed a grass roots understanding of the value and challenges presented by early childhood education. We share our members’ passion for delivering excellence in early learning to children before they commence school, and we help them to do this by providing professional support and resources on a wide range of matters including:",
48
+ },
49
+ {
50
+ name: "Bullet Points",
51
+ type: "bullet_points",
52
+ supportive_text: "This section can contain up to 10 items.",
53
+ title: "Our key areas of focus are:",
54
+ max_items: 10,
55
+ has_type_switcher: false,
56
+ max_title: 500,
57
+ data: [
58
+ {
59
+ title: "Read more about our history 1",
60
+ },
61
+ {
62
+ title: "Read more about our history 2",
63
+ },
64
+ {
65
+ title: "Read more about our history 3",
66
+ },
67
+ {
68
+ title: "Read more about our history 4",
69
+ },
70
+ ]
71
+ }
72
+ ]
73
+ },
74
+ {
75
+ title: "Bullet Points Section",
76
+ type: "bullet_points",
77
+ components: [
78
+ {
79
+ name: "Section header",
80
+ type: "header",
81
+ title: "Why Partner with ELAA?",
82
+ featured_image: "https://beta-frontend.elaa.org.au/img/what-we-do/advocacy-research.png",
83
+ },
84
+ {
85
+ name: "Bullet Points",
86
+ type: "bullet_points",
87
+ supportive_text: "This section can contain up to 10 items.",
88
+ has_type_switcher: false,
89
+ max_items: 10,
90
+ max_title: 500,
91
+ data: [
92
+ {
93
+ title: "We are uniquely placed to raise your business profile in the ECEC sector",
94
+ },
95
+ {
96
+ title: "Work with a values based peak body who are trusted by their members.",
97
+ },
98
+ {
99
+ title: "We actively work with our partners, developing flexible tailored approaches to maximise your return on investment.",
100
+ },
101
+ {
102
+ title: "We have a dedicated, largely female audience – and we know what works for them.",
103
+ },
104
+ ]
105
+ }
106
+ ]
107
+ },
108
+ {
109
+ title: "Collection carousel",
110
+ type: "collection_carousel",
111
+ has_background: false,
112
+ components: [
113
+ {
114
+ name: "Section header",
115
+ type: "header",
116
+ title: 'Our Submission',
117
+ dark: true,
118
+ supporting_text: null,
119
+ },
120
+ {
121
+ name: "Carousel",
122
+ type: "carousel",
123
+ button: {
124
+ title: 'View all submissions',
125
+ url: 'google.com', // external could be an url
126
+ type: 'external-page',
127
+ open_in_new_tab: true,
128
+ },
129
+ content: {
130
+ label: 'Content',
131
+ supportive_text: 'This carousel will be automatically populated with all upcoming events. This section will be hidden if there’s no upcoming events.',
132
+ items: [
133
+ {
134
+ type: 'submission',
135
+ title: 'Change Management – Drop in session',
136
+ description: 'This face to face event is specifically designed for those responsible for the management of OHS in early childhood services. This face to face event is specifically designed for those responsible for the management of OHS in early childhood services. Guidance on how to manage risks by addressing the most common hazards faced by the early childhood sector. This face to face event is specifically designed for those responsible for the management of OHS in early childhood services. Guidance on how to manage risks by addressing the most common hazards faced by the early childhood sector.',
137
+ primary_button: {
138
+ icon: 'plus',
139
+ title: 'Read submmission',
140
+ url: 'google.com'
141
+ },
142
+ secondary_button: {
143
+ title: 'Learn more',
144
+ url: 'google.com'
145
+ },
146
+ },
147
+ {
148
+ type: 'submission',
149
+ title: 'Let’s start making sense of OHS: Safety – not child’s play',
150
+ description: 'This face to face event is specifically designed for those responsible for the management of OHS in early childhood services. Guidance on how to manage risks by addressing the most common hazards faced by the early childhood sector.',
151
+ primary_button: {
152
+ icon: 'plus',
153
+ title: 'Read submmission',
154
+ url: 'google.com'
155
+ },
156
+ secondary_button: {
157
+ title: 'Learn more',
158
+ url: 'google.com'
159
+ },
160
+ },
161
+ {
162
+ type: 'submission',
163
+ title: 'DE Regional Governance Training Session',
164
+ description: 'Guidance on how to manage risks by addressing the most common hazards faced by the early childhood sector.',
165
+ button_title: 'Free',
166
+ primary_button: {
167
+ icon: 'plus',
168
+ title: 'Read submmission',
169
+ url: 'google.com'
170
+ },
171
+ secondary_button: {
172
+ title: 'Learn more',
173
+ url: 'google.com'
174
+ },
175
+ },
176
+ {
177
+ type: 'submission',
178
+ title: 'Change Management – Drop in session 2',
179
+ description: 'This face to face event is specifically designed for those responsible for the management of OHS in early childhood services.',
180
+ primary_button: {
181
+ icon: 'plus',
182
+ title: 'Read submmission',
183
+ url: 'google.com'
184
+ },
185
+ secondary_button: {
186
+ title: 'Learn more',
187
+ url: 'google.com'
188
+ },
189
+ },
190
+ {
191
+ type: 'submission',
192
+ title: 'Let’s start making sense of OHS: Safety – not child’s play 2',
193
+ description: 'This face to face event is specifically designed for those responsible for the management of OHS in early childhood services. Guidance on how to manage risks by addressing the most common hazards faced by the early childhood sector.',
194
+ primary_button: {
195
+ icon: 'plus',
196
+ title: 'Read submmission',
197
+ url: 'google.com'
198
+ },
199
+ secondary_button: {
200
+ title: 'Learn more',
201
+ url: 'google.com'
202
+ },
203
+ },
204
+ {
205
+ type: 'submission',
206
+ title: 'Let’s start making sense of OHS: Safety – not child’s play 3',
207
+ description: 'This face to face event is specifically designed for those responsible for the management of OHS in early childhood services. Guidance on how to manage risks by addressing the most common hazards faced by the early childhood sector.',
208
+ primary_button: {
209
+ icon: 'plus',
210
+ title: 'Read submmission',
211
+ url: 'google.com'
212
+ },
213
+ secondary_button: {
214
+ title: 'Learn more',
215
+ url: 'google.com'
216
+ },
217
+ },
218
+ {
219
+ type: 'submission',
220
+ title: 'Let’s start making sense of OHS: Safety – not child’s play 4',
221
+ description: 'This face to face event is specifically designed for those responsible for the management of OHS in early childhood services. Guidance on how to manage risks by addressing the most common hazards faced by the early childhood sector.',
222
+ primary_button: {
223
+ icon: 'plus',
224
+ title: 'Read submmission',
225
+ url: 'google.com'
226
+ },
227
+ secondary_button: {
228
+ title: 'Learn more',
229
+ url: 'google.com'
230
+ },
231
+ },
232
+ ]
233
+ }
234
+ }
235
+ ]
236
+ },
237
+ {
238
+ title: "Link card section",
239
+ type: "link_card",
240
+ display: "vertical",
241
+ components: [
242
+ {
243
+ name: "Section header",
244
+ type: "header",
245
+ title: "ELAA Supports",
246
+ supporting_text: "Excellence and equity in early childhood education and care",
247
+ },
248
+ {
249
+ name: "Link cards",
250
+ type: "link_cards",
251
+ supportive_text: "Manage the link cards.",
252
+ max_items: 4,
253
+ data: [
254
+ {
255
+ title: "Read more about our history",
256
+ icon: "AlertCircle",
257
+ public: true,
258
+ primary_button: {
259
+ show: true,
260
+ name: 'Button',
261
+ label: 'Join ELAA',
262
+ url: 'https://beta-frontend.elaa.org.au/img/homepage/asset_free_resources.png', // external could be an url
263
+ type: 'external-page',
264
+ open_in_new_tab: false,
265
+ }
266
+ },
267
+ {
268
+ title: "Read more about our history",
269
+ public: true,
270
+ icon: 'AlignLeft01',
271
+ primary_button: {
272
+ show: true,
273
+ name: 'Button',
274
+ label: 'Learn more',
275
+ url: '', // external could be an url
276
+ type: 'external-page',
277
+ open_in_new_tab: true,
278
+ }
279
+ },
280
+ {
281
+ title: "Read more about our history",
282
+ public: true,
283
+ icon: 'AlignLeft01',
284
+ primary_button: {
285
+ show: true,
286
+ name: 'Button',
287
+ label: 'Learn more',
288
+ url: '', // external could be an url
289
+ type: 'external-page',
290
+ open_in_new_tab: true,
291
+ }
292
+ },
293
+ {
294
+ title: "Read more about our history",
295
+ public: true,
296
+ icon: 'AlignLeft01',
297
+ primary_button: {
298
+ show: true,
299
+ name: 'Button',
300
+ label: 'Email us',
301
+ url: 'https://beta-frontend.elaa.org.au/img/homepage/asset_free_resources.png', // external could be an url
302
+ type: 'external-page',
303
+ open_in_new_tab: true,
304
+ }
305
+ },
306
+ ]
307
+ }
308
+ ]
309
+ },
310
+ {
311
+ title: "Quick links",
312
+ type: "quick_links",
313
+ as_cta: true,
314
+ components: [
315
+ {
316
+ type: "header",
317
+ title: 'Services',
318
+ supporting_text: 'Our knowledge and expertise of the early childhood sector enables ELAA to provide expert professional advice and support.',
319
+ },
320
+ {
321
+ name: "Link grid",
322
+ type: "link_grid",
323
+ supportive_text: "This section can contain up to 5 links.",
324
+ max_items: 5,
325
+ data: [
326
+ {
327
+ title: "Advisory Services",
328
+ url: '/admin', // external could be an url
329
+ type: 'site-content',
330
+ open_in_new_tab: true,
331
+ },
332
+ ]
333
+ }
334
+ ]
335
+ },
336
+ ]
337
+ };
@@ -0,0 +1,205 @@
1
+ export const Vectea2024 =
2
+ {
3
+ title: "VECTEA 2024",
4
+ sections: [
5
+ {
6
+ title: "Standard header",
7
+ type: "standard_header",
8
+ components: [
9
+ {
10
+ name: "Standard header",
11
+ type: "header",
12
+ title: "VECTEA 2024",
13
+ supporting_text_max_length: 500,
14
+ supporting_text: "The Victorian Early Childhood Teachers and Educators Agreement (VECTEA) is an enterprise agreement that applies to early childhood teachers and educators employed in kindergarten education programs in Victoria.",
15
+ },
16
+ ]
17
+ },
18
+ {
19
+ title: "Paragraph section",
20
+ type: "paragraph",
21
+ components: [
22
+ {
23
+ name: "Paragraph section",
24
+ type: "paragraph",
25
+ title: "ELAA is proudly supporting",
26
+ paragraph: '<p>The Victorian Government’s Best Start, Best Life reforms represent the most substantial transformation in Victoria’s early childhood sector in a generation. As part of these reforms:</p><ol><li data-list=\\"bullet\\"><span class=\\"ql-ui\\" contenteditable=\\"false\\"></span>The Three-Year-Old Kindergarten program will expand, reaching 15 hours per week across the state by 2029.</li><li data-list=\\"bullet\\"><span class=\\"ql-ui\\" contenteditable=\\"false\\"></span>The Four-Year-Old Kindergarten program will evolve into Pre-Prep, with weekly hours increasing from 15 to 30 by 2036 throughout Victoria.</li></ol><p>Extending the hours of teacher-led, play-based learning through Pre-Prep in the year before school provides children with enhanced access to the numerous benefits of early childhood education. Pre-Prep will launch in 2025, starting with children in six regional Victorian local government areas, and will gradually expand across the state.</p>',
27
+ featured_image: "https://beta.elaa.org.au/img/what-we-do/vectea-2024/01.jpg",
28
+ },
29
+ ]
30
+ },
31
+ {
32
+ title: "Link card section",
33
+ type: "link_card",
34
+ display: "vertical",
35
+ no_background: true,
36
+ components: [
37
+ {
38
+ name: "Section header",
39
+ type: "header",
40
+ title: "ELAA Supports",
41
+ },
42
+ {
43
+ name: "Link cards",
44
+ type: "link_cards",
45
+ supportive_text: "Manage the link cards.",
46
+ max_items: 4,
47
+ data: [
48
+ {
49
+ title: "Read more about our history",
50
+ description: "Happy Birthday ELAA – celebrating 30 years of service to members",
51
+ icon: "AlertCircle",
52
+ public: true,
53
+ primary_button: {
54
+ show: true,
55
+ name: 'Button',
56
+ label: 'Learn more',
57
+ url: 'https://beta-frontend.elaa.org.au/img/homepage/asset_free_resources.png', // external could be an url
58
+ type: 'external-page',
59
+ open_in_new_tab: false,
60
+ }
61
+ },
62
+ {
63
+ title: "Read more about our history",
64
+ description: "Happy Birthday ELAA – celebrating 30 years of service to members",
65
+ public: true,
66
+ icon: 'AlignLeft01',
67
+ primary_button: {
68
+ show: true,
69
+ name: 'Button',
70
+ label: 'Learn more',
71
+ url: 'https://beta-frontend.elaa.org.au/img/homepage/asset_free_resources.png', // external could be an url
72
+ type: 'external-page',
73
+ open_in_new_tab: true,
74
+ }
75
+ },
76
+ ]
77
+ }
78
+ ]
79
+ },
80
+ {
81
+ title: "Bullet Points Section",
82
+ type: "bullet_points",
83
+ components: [
84
+ {
85
+ name: "Section header",
86
+ type: "header",
87
+ title: "Why Partner with ELAA?",
88
+ featured_image: "https://beta.elaa.org.au/img/what-we-do/vectea-2024/02.jpg",
89
+ },
90
+ {
91
+ name: "Bullet Points",
92
+ type: "bullet_points",
93
+ supportive_text: "This section can contain up to 10 items.",
94
+ has_type_switcher: false,
95
+ max_items: 10,
96
+ max_title: 500,
97
+ data: [
98
+ {
99
+ title: "We are uniquely placed to raise your business profile in the ECEC sector",
100
+ },
101
+ {
102
+ title: "Work with a values based peak body who are trusted by their members.",
103
+ },
104
+ {
105
+ title: "We actively work with our partners, developing flexible tailored approaches to maximise your return on investment.",
106
+ },
107
+ {
108
+ title: "We have a dedicated, largely female audience – and we know what works for them.",
109
+ },
110
+ ]
111
+ }
112
+ ]
113
+ },
114
+ {
115
+ title: "Bullet Points Section",
116
+ type: "bullet_points",
117
+ has_background: true,
118
+ components: [
119
+ {
120
+ revert: true,
121
+ name: "Section header",
122
+ type: "header",
123
+ title: "Benefits for teaching staff",
124
+ supporting_text: "The VECTEA has delivered significantly improved pay and conditions for teachers compared to teachers on the industry (modern) award, enabling kindergartens to retain their superior quality ratings.\n" +
125
+ "\n" +
126
+ "Some of the beneficial employment conditions of the VECTEA 2020 for teachers and educators include:​",
127
+ featured_image: "https://beta.elaa.org.au/img/what-we-do/vectea-2024/03.jpg",
128
+ },
129
+ {
130
+ name: "Bullet Points",
131
+ type: "bullet_points",
132
+ supportive_text: "This section can contain up to 10 items.",
133
+ has_type_switcher: false,
134
+ max_items: 10,
135
+ max_title: 500,
136
+ data: [
137
+ {
138
+ title: "extended planning time to support quality programming ​ (30 minutes per teaching hour for early childhood teachers (ECT) and 15 minutes per teaching hour for educators)",
139
+ },
140
+ {
141
+ title: "10 weeks of paid annual leave (term break leave)",
142
+ },
143
+ {
144
+ title: "16 weeks of employer-paid parental leave for primary caregivers",
145
+ },
146
+ {
147
+ title: "We actively work with our partners, developing flexible tailored approaches to maximise your return on investment.",
148
+ },
149
+ {
150
+ title: "We have a dedicated, largely female audience – and we know what works for them.",
151
+ },
152
+ ]
153
+ }
154
+ ]
155
+ },
156
+ {
157
+ title: "FAQs Section",
158
+ type: "faqs",
159
+ components: [
160
+ {
161
+ name: "Section header",
162
+ type: "header",
163
+ title: 'Frequently asked questions',
164
+ supporting_text: 'Frequently Asked Questions for Committees and Managers',
165
+ },
166
+ {
167
+ name: "FAQs",
168
+ type: "feature_items",
169
+ supportive_text: "This section can contain up to 10 items.",
170
+ has_type_switcher: false,
171
+ max_items: 50,
172
+ max_title: 500,
173
+ data: [
174
+ {
175
+ has_extra: true,
176
+ as_item: true,
177
+ title: "What is an enterprise agreement? Is this the same as an award?",
178
+ supporting_text: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Dignissimos quaerat sed minus maiores dolorem consectetur quibusdam harum itaque deserunt at eligendi qui illum praesentium odit sit, voluptates nobis expedita?",
179
+ },
180
+ {
181
+ has_extra: true,
182
+ as_item: true,
183
+ title: "What is an enterprise agreement? Is this the same as an award?",
184
+ supporting_text: "The last scheduled salary increase under VECTEA 2020, along with its corresponding agreements, was in April 2024. During the re-negotiation period, current salaries established under VECTEA 2020 will continue to be in effect. \n" +
185
+ "Future salary increases under a new VECTEA 2024 will take effect once the Fair Work Commission approves the new agreement.\n" +
186
+ "ELAA will continue to release Wage Bulletins every July for the VECTEA 2020. During this period, salaries of certain VECTEA classifications may be updated in accordance with increases to the underpinning modern awards.",
187
+ },
188
+ {
189
+ has_extra: true,
190
+ as_item: true,
191
+ title: "We actively work with our partners, developing flexible tailored approaches to maximise your return on investment.",
192
+ supporting_text: "This section can contain up to 10 items.",
193
+ },
194
+ {
195
+ has_extra: true,
196
+ as_item: true,
197
+ title: "We have a dedicated, largely female audience – and we know what works for them.",
198
+ supporting_text: "This section can contain up to 10 items.",
199
+ },
200
+ ]
201
+ }
202
+ ]
203
+ },
204
+ ]
205
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcodegroup-au/page-builder",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/page-builder.es.js"
@@ -0,0 +1,3 @@
1
+ <svg width="435" height="266" viewBox="0 0 435 266" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M201.971 -102.931C292.729 -67.7545 395.68 -30.0658 424.539 62.8945C454.76 160.245 410.669 267.688 339.758 340.914C276.809 405.918 180.85 413.635 90.5516 407.784C10.8181 402.617 -65.3177 373.252 -115.884 311.388C-166.322 249.681 -181.838 169.034 -168.875 90.3974C-154.991 6.17807 -120.61 -79.6055 -44.9217 -119.063C32.0201 -159.174 121.066 -134.289 201.971 -102.931Z" fill="#78BDB5"/>
3
+ </svg>
@@ -26,6 +26,7 @@ import LinkList from "@/components/presenters/modules/LinkList.vue";
26
26
  import BulletPoints from "@/components/presenters/modules/BulletPoints.vue";
27
27
  import Callout from "@/components/presenters/modules/Callout.vue";
28
28
  import ContactUs from "@/components/presenters/modules/ContactUs.vue";
29
+ import FAQ from "@/components/presenters/modules/FAQ.vue";
29
30
 
30
31
  const props = defineProps({
31
32
  page: {
@@ -50,6 +51,7 @@ const componentMaps = ref({
50
51
  bullet_points: markRaw(BulletPoints),
51
52
  callout: markRaw(Callout),
52
53
  contact_us: markRaw(ContactUs),
54
+ faqs: markRaw(FAQ),
53
55
  });
54
56
 
55
57
  const currentComponent = (section) => {
@@ -21,14 +21,14 @@
21
21
  :label-text="dataRef?.title_label ?? 'Title *'"
22
22
  class="w-full mb-4"
23
23
  :value="dataRef.title"
24
- :limit="51"
24
+ :limit="100"
25
25
  >
26
26
  <input
27
27
  v-model="dataRef.title"
28
28
  name="title"
29
29
  type="text"
30
30
  placeholder="Title"
31
- :maxlength="51"
31
+ :maxlength="100"
32
32
  class="border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
33
33
  />
34
34
  </input-wrapper>
@@ -2,13 +2,31 @@
2
2
  <div class="rounded-xl bg-gray-50 px-6 py-5">
3
3
  <div class="flex justify-between pb-2">
4
4
  <div class="flex justify-between w-full py-1">
5
- <div>
5
+ <div class="min-w-[50%] w-full">
6
6
  <p class="text-lg font-semibold text-gray-900">
7
7
  {{ componentData.name }}
8
8
  </p>
9
9
  <p class="text-sm text-gray-600 mt-1">
10
10
  {{ componentData.supportive_text }}
11
11
  </p>
12
+ <input-wrapper
13
+ v-if="componentData.hasOwnProperty('title')"
14
+ is-vertical
15
+ field="title"
16
+ label-text="Title *"
17
+ class="w-[50%] my-8"
18
+ :value="componentData.title"
19
+ :limit="100"
20
+ >
21
+ <input
22
+ v-model="componentData.title"
23
+ name="title"
24
+ type="text"
25
+ placeholder="Title"
26
+ :maxlength="100"
27
+ class="border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
28
+ />
29
+ </input-wrapper>
12
30
  </div>
13
31
  <div>
14
32
  <a
@@ -12,14 +12,14 @@
12
12
  label-text="Title *"
13
13
  class="w-full mb-4"
14
14
  :value="componentData.button.title"
15
- :limit="20"
15
+ :limit="100"
16
16
  >
17
17
  <input
18
18
  v-model="componentData.button.title"
19
19
  name="title"
20
20
  type="text"
21
21
  placeholder="Title"
22
- :maxlength="20"
22
+ :maxlength="100"
23
23
  class="border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
24
24
  />
25
25
  </input-wrapper>