payaza-storefront-layouts 1.0.34 → 1.0.36

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.
Files changed (71) hide show
  1. package/dist/editor/alignment-schemas/booking-agenda.js +1 -1
  2. package/dist/editor/alignment-schemas/booking.d.ts.map +1 -1
  3. package/dist/editor/alignment-schemas/booking.js +13 -0
  4. package/dist/editor/alignment-schemas/clothing-minimal.d.ts.map +1 -1
  5. package/dist/editor/alignment-schemas/clothing-minimal.js +97 -106
  6. package/dist/editor/alignment-schemas/clothing.d.ts.map +1 -1
  7. package/dist/editor/alignment-schemas/clothing.js +160 -235
  8. package/dist/editor/alignment-schemas/electronics-grid.d.ts.map +1 -1
  9. package/dist/editor/alignment-schemas/electronics-grid.js +1 -0
  10. package/dist/editor/alignment-schemas/electronics.d.ts.map +1 -1
  11. package/dist/editor/alignment-schemas/electronics.js +13 -0
  12. package/dist/editor/alignment-schemas/food-modern.d.ts.map +1 -1
  13. package/dist/editor/alignment-schemas/food-modern.js +13 -0
  14. package/dist/editor/alignment-schemas/food.d.ts.map +1 -1
  15. package/dist/editor/alignment-schemas/food.js +101 -84
  16. package/dist/editor/alignment-schemas/metadata.d.ts.map +1 -1
  17. package/dist/editor/alignment-schemas/metadata.js +5 -0
  18. package/dist/editor/alignment-schemas/motivational-speaker.d.ts.map +1 -1
  19. package/dist/editor/alignment-schemas/motivational-speaker.js +13 -0
  20. package/dist/editor/payaza-form/PayazaFormEditor.d.ts.map +1 -1
  21. package/dist/editor/payaza-form/PayazaFormEditor.js +19 -33
  22. package/dist/editor/payaza-form/data-merger.d.ts +5 -0
  23. package/dist/editor/payaza-form/data-merger.d.ts.map +1 -1
  24. package/dist/editor/payaza-form/data-merger.js +15 -0
  25. package/dist/editor/shared/AIGenerateModal.d.ts.map +1 -1
  26. package/dist/editor/shared/AIGenerateModal.js +30 -1
  27. package/dist/layouts/booking/pages/ProductDetailPage.d.ts.map +1 -1
  28. package/dist/layouts/booking/pages/ProductDetailPage.js +3 -1
  29. package/dist/layouts/booking-agenda/pages/ProductDetailPage.d.ts.map +1 -1
  30. package/dist/layouts/booking-agenda/pages/ProductDetailPage.js +3 -1
  31. package/dist/layouts/clothing/pages/CategoriesPage.d.ts +1 -1
  32. package/dist/layouts/clothing/pages/CategoriesPage.d.ts.map +1 -1
  33. package/dist/layouts/clothing/pages/CategoriesPage.js +4 -1
  34. package/dist/layouts/clothing/pages/CategoryPage.d.ts +1 -1
  35. package/dist/layouts/clothing/pages/CategoryPage.d.ts.map +1 -1
  36. package/dist/layouts/clothing/pages/CategoryPage.js +5 -5
  37. package/dist/layouts/clothing/pages/ProductDetailPage.d.ts +1 -1
  38. package/dist/layouts/clothing/pages/ProductDetailPage.d.ts.map +1 -1
  39. package/dist/layouts/clothing/pages/ProductDetailPage.js +4 -2
  40. package/dist/layouts/clothing-minimal/pages/ProductDetailPage.d.ts.map +1 -1
  41. package/dist/layouts/clothing-minimal/pages/ProductDetailPage.js +2 -1
  42. package/dist/layouts/electronics/pages/ProductDetailPage.d.ts.map +1 -1
  43. package/dist/layouts/electronics/pages/ProductDetailPage.js +3 -1
  44. package/dist/layouts/electronics-grid/pages/ProductDetailPage.d.ts.map +1 -1
  45. package/dist/layouts/electronics-grid/pages/ProductDetailPage.js +3 -1
  46. package/dist/layouts/food/components/FoodHomePage.d.ts.map +1 -1
  47. package/dist/layouts/food/components/FoodHomePage.js +33 -7
  48. package/dist/layouts/food/pages/AboutPage.d.ts.map +1 -1
  49. package/dist/layouts/food/pages/AboutPage.js +24 -7
  50. package/dist/layouts/food/pages/ContactPage.d.ts.map +1 -1
  51. package/dist/layouts/food/pages/ContactPage.js +2 -2
  52. package/dist/layouts/food/pages/ProductDetailPage.d.ts.map +1 -1
  53. package/dist/layouts/food/pages/ProductDetailPage.js +2 -1
  54. package/dist/layouts/food-modern/pages/ContactPage.d.ts.map +1 -1
  55. package/dist/layouts/food-modern/pages/ContactPage.js +3 -2
  56. package/dist/layouts/food-modern/pages/ProductDetailPage.d.ts.map +1 -1
  57. package/dist/layouts/food-modern/pages/ProductDetailPage.js +2 -1
  58. package/dist/layouts/shared/pages/TrackOrderPage.d.ts.map +1 -1
  59. package/dist/layouts/shared/pages/TrackOrderPage.js +6 -1
  60. package/dist/lib/alignment-schemas.js +8 -8
  61. package/dist/lib/mock-stores.js +1 -1
  62. package/dist/lib/payaza-checkout.d.ts.map +1 -1
  63. package/dist/lib/payaza-checkout.js +8 -1
  64. package/dist/lib/preview-data.d.ts.map +1 -1
  65. package/dist/lib/preview-data.js +127 -15
  66. package/dist/lib/store-config-utils.js +4 -4
  67. package/dist/lib/store-context.js +1 -1
  68. package/dist/lib/store-types.d.ts +22 -1
  69. package/dist/lib/store-types.d.ts.map +1 -1
  70. package/dist/styles/index.css +35 -2
  71. package/package.json +1 -1
@@ -15,7 +15,7 @@ export const BookingAgendaSchema = {
15
15
  label: 'Promo Banner',
16
16
  _sourcePath: 'layoutConfig.sections.marketing',
17
17
  fields: {
18
- show: { type: 'toggle', label: 'Show Section', defaultValue: true },
18
+ show: { type: 'toggle', label: 'Show Section', defaultValue: false },
19
19
  promo_banner: { type: 'image', label: 'Banner Image' },
20
20
  badge: { type: 'text', label: 'Badge Text' },
21
21
  title: { type: 'multiline_text', label: 'Title' },
@@ -1 +1 @@
1
- {"version":3,"file":"booking.d.ts","sourceRoot":"","sources":["../../../src/editor/alignment-schemas/booking.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,eAAO,MAAM,aAAa,EAAE,qBAsN3B,CAAC"}
1
+ {"version":3,"file":"booking.d.ts","sourceRoot":"","sources":["../../../src/editor/alignment-schemas/booking.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,eAAO,MAAM,aAAa,EAAE,qBAmO3B,CAAC"}
@@ -86,6 +86,19 @@ export const BookingSchema = {
86
86
  ctaDescription: { type: 'text', label: 'Description' },
87
87
  ctaButton: { type: 'text', label: 'Button Text' }
88
88
  }
89
+ },
90
+ promoBanner: {
91
+ type: 'section',
92
+ label: 'Promotional Banner',
93
+ _sourcePath: 'layoutConfig.sections.promoBanner',
94
+ fields: {
95
+ show: { type: 'toggle', label: 'Show Banner', defaultValue: false },
96
+ image: { type: 'image', label: 'Banner Image' },
97
+ title: { type: 'text', label: 'Banner Title' },
98
+ subtitle: { type: 'multiline_text', label: 'Banner Subtitle' },
99
+ buttonText: { type: 'text', label: 'Button Text', defaultValue: 'Book Now' },
100
+ buttonLink: { type: 'text', label: 'Button Link', defaultValue: '/book' }
101
+ }
89
102
  }
90
103
  },
91
104
  about: {
@@ -1 +1 @@
1
- {"version":3,"file":"clothing-minimal.d.ts","sourceRoot":"","sources":["../../../src/editor/alignment-schemas/clothing-minimal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,eAAO,MAAM,qBAAqB,EAAE,qBAuOnC,CAAC"}
1
+ {"version":3,"file":"clothing-minimal.d.ts","sourceRoot":"","sources":["../../../src/editor/alignment-schemas/clothing-minimal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,eAAO,MAAM,qBAAqB,EAAE,qBA8NnC,CAAC"}
@@ -2,230 +2,221 @@ export const ClothingMinimalSchema = {
2
2
  home: {
3
3
  header: {
4
4
  type: 'section',
5
- label: 'Header Settings',
5
+ label: 'Minimalist Navbar',
6
+ description: 'Control the visibility of the clean, floating header navigation.',
6
7
  _sourcePath: 'layoutConfig.sections.header',
7
8
  fields: {
8
- show: { type: 'toggle', label: 'Show Header', defaultValue: true }
9
+ show: { type: 'toggle', label: 'Display Header', description: 'Show or hide the main navigation bar.', defaultValue: true }
9
10
  }
10
11
  },
11
12
  hero: {
12
13
  type: 'section',
13
- label: 'Minimal Hero Section',
14
- description: 'Minimalist hero section with title and CTA',
14
+ label: 'Split-Screen Hero',
15
+ description: 'A modern split-screen design with text content on one side and a large high-fashion image on the other.',
15
16
  _sourcePath: 'layoutConfig.sections.hero',
16
17
  fields: {
17
- show: { type: 'toggle', label: 'Show Section', defaultValue: true },
18
- badge: { type: 'text', label: 'Badge Text' },
19
- title: { type: 'text', label: 'Title' },
20
- subtitle: { type: 'text', label: 'Subtitle' },
21
- primaryCTA: { type: 'text', label: 'Primary Button Text' }
18
+ show: { type: 'toggle', label: 'Display Section', defaultValue: true },
19
+ badge: { type: 'text', label: 'Season Badge', description: 'Short uppercase text (e.g., "COLLECTION 2024").' },
20
+ title: { type: 'text', label: 'Main Headline', description: 'The primary message for your visitors.' },
21
+ subtitle: { type: 'text', label: 'Supporting Text', description: 'Brief sub-text explaining your brand or the featured look.' },
22
+ primaryCTA: { type: 'text', label: 'Button Label', description: 'Text for the main shop button.' }
22
23
  }
23
24
  },
24
25
  features: {
25
26
  type: 'section',
26
- label: 'Benefits Strip',
27
+ label: 'Service Highlights',
28
+ description: 'Clean row of icons and text summarizing your store\'s key services.',
27
29
  _sourcePath: 'layoutConfig.sections.features',
28
30
  fields: {
29
- show: { type: 'toggle', label: 'Show Section', defaultValue: true },
31
+ show: { type: 'toggle', label: 'Display Section', defaultValue: true },
30
32
  items: {
31
33
  type: 'array',
32
- label: 'Benefits Items',
34
+ label: 'Service Items',
33
35
  itemSchema: {
34
- icon: { type: 'text', label: 'Icon Name' },
35
- title: { type: 'text', label: 'Benefit Title' },
36
- description: { type: 'text', label: 'Benefit Description' }
36
+ icon: { type: 'text', label: 'Icon Name', description: 'Name of the icon from the Lucide library.' },
37
+ title: { type: 'text', label: 'Headline' },
38
+ description: { type: 'text', label: 'Supporting Text' }
37
39
  }
38
40
  }
39
41
  }
40
42
  },
41
43
  categories: {
42
44
  type: 'section',
43
- label: 'Collections Grid',
45
+ label: 'Clean Category Grid',
46
+ description: 'A structured grid display for your main product categories.',
44
47
  _sourcePath: 'layoutConfig.sections.categories',
45
48
  fields: {
46
- show: { type: 'toggle', label: 'Show Section', defaultValue: true },
47
- title: { type: 'text', label: 'Section Title' },
48
- viewAllLabel: { type: 'text', label: 'View All Label' }
49
+ show: { type: 'toggle', label: 'Display Section', defaultValue: true },
50
+ title: { type: 'text', label: 'Section Title', defaultValue: 'Categories' },
51
+ viewAllLabel: { type: 'text', label: 'Link Label', defaultValue: 'View All' }
49
52
  }
50
53
  },
51
54
  featuredProducts: {
52
55
  type: 'section',
53
- label: 'Featured Products',
56
+ label: 'The Essentials',
57
+ description: 'A minimal product grid highlighting your core or trending pieces.',
54
58
  _sourcePath: 'layoutConfig.sections.featuredProducts',
55
59
  fields: {
56
- show: { type: 'toggle', label: 'Show Section', defaultValue: true },
57
- title: { type: 'text', label: 'Section Title' },
58
- subtitle: { type: 'text', label: 'Section Subtitle' }
60
+ show: { type: 'toggle', label: 'Display Section', defaultValue: true },
61
+ title: { type: 'text', label: 'Grid Title', defaultValue: 'The Essentials' },
62
+ subtitle: { type: 'text', label: 'Grid Sub-title', defaultValue: 'Timeless pieces designed to build the foundation of your wardrobe.' }
59
63
  }
60
64
  },
61
65
  about: {
62
66
  type: 'section',
63
- label: 'Shop The Look / About',
67
+ label: 'Visual Storytelling',
68
+ description: 'An interactive "Shop the Look" section with hotspots or stylized brand messaging.',
64
69
  _sourcePath: 'layoutConfig.sections.about',
65
70
  fields: {
66
- show: { type: 'toggle', label: 'Show Section', defaultValue: true },
67
- title: { type: 'text', label: 'Section Title' },
68
- description: { type: 'multiline_text', label: 'Description' }
71
+ show: { type: 'toggle', label: 'Display Section', defaultValue: true },
72
+ title: { type: 'text', label: 'Editorial Title' },
73
+ description: { type: 'multiline_text', label: 'Brand Story' }
69
74
  }
70
75
  },
71
76
  promoBanner: {
72
77
  type: 'section',
73
- label: 'Promo Banner',
78
+ label: 'Urgency Banner',
79
+ description: 'A simple, narrow banner for announcements, sales, or free shipping info.',
74
80
  _sourcePath: 'layoutConfig.sections.promoBanner',
75
81
  fields: {
76
- show: { type: 'toggle', label: 'Show Section', defaultValue: true },
77
- text: { type: 'text', label: 'Banner Text' },
78
- link: { type: 'text', label: 'Link URL' }
82
+ show: { type: 'toggle', label: 'Display Banner', defaultValue: false },
83
+ text: {
84
+ type: 'text',
85
+ label: 'Banner Messaging',
86
+ defaultValue: 'Free shipping on orders over $200'
87
+ },
88
+ link: {
89
+ type: 'text',
90
+ label: 'Action URL',
91
+ defaultValue: '/products'
92
+ }
79
93
  }
80
94
  }
81
95
  },
82
96
  products: {
83
97
  productsHeader: {
84
98
  type: 'section',
85
- label: 'Products Header',
99
+ label: 'Minimalist Header',
100
+ description: 'The simple, typography-focused header for the product listing page.',
86
101
  _sourcePath: 'layoutConfig.pages.products.productsHeader',
87
102
  fields: {
88
- show: { type: 'toggle', label: 'Show Section', defaultValue: true },
89
- title: { type: 'text', label: 'Page Title' }
103
+ show: { type: 'toggle', label: 'Display Header', defaultValue: true },
104
+ title: { type: 'text', label: 'Page Headline' }
90
105
  }
91
106
  },
92
107
  productsGrid: {
93
108
  type: 'section',
94
- label: 'Products Grid',
109
+ label: 'Collection Display',
110
+ description: 'Main product grid settings for the minimalist layout.',
95
111
  _sourcePath: 'layoutConfig.pages.products.productsGrid',
96
112
  fields: {
97
- show: { type: 'toggle', label: 'Show Section', defaultValue: true }
98
- }
99
- }
100
- },
101
- productDetail: {
102
- productDetail: {
103
- type: 'section',
104
- label: 'Product Detail Settings',
105
- _sourcePath: 'layoutConfig.pages.productDetail.productDetail',
106
- fields: {
107
- showAddToCart: { type: 'toggle', label: 'Show Add to Cart' },
108
- showWishlist: { type: 'toggle', label: 'Show Wishlist' },
109
- showSizeGuide: { type: 'toggle', label: 'Show Size Guide' },
110
- showReviews: { type: 'toggle', label: 'Show Reviews' },
111
- showRelatedProducts: { type: 'toggle', label: 'Show Related Products' }
113
+ show: { type: 'toggle', label: 'Display Grid', defaultValue: true }
112
114
  }
113
115
  }
114
116
  },
115
117
  categories: {
116
118
  categoriesHeader: {
117
119
  type: 'section',
118
- label: 'Categories Header',
120
+ label: 'Categories Intro',
121
+ description: 'The clean header for the category overview page.',
119
122
  _sourcePath: 'layoutConfig.pages.categories.categoriesHeader',
120
123
  fields: {
121
- show: { type: 'toggle', label: 'Show Section', defaultValue: true },
122
- title: { type: 'text', label: 'Page Title' },
123
- description: { type: 'multiline_text', label: 'Page Description' }
124
+ show: { type: 'toggle', label: 'Display Header', defaultValue: true },
125
+ title: { type: 'text', label: 'Headline' },
126
+ description: { type: 'multiline_text', label: 'Intro Text' }
124
127
  }
125
128
  },
126
129
  categoryGrid: {
127
130
  type: 'section',
128
- label: 'Category Grid',
131
+ label: 'Organized Collections',
132
+ description: 'Grid layout settings for browsing categories.',
129
133
  _sourcePath: 'layoutConfig.pages.categories.categoryGrid',
130
134
  fields: {
131
- show: { type: 'toggle', label: 'Show Section', defaultValue: true },
132
- showImages: { type: 'toggle', label: 'Show Category Images' },
133
- showDescriptions: { type: 'toggle', label: 'Show Category Descriptions' }
135
+ show: { type: 'toggle', label: 'Display Grid', defaultValue: true },
136
+ showImages: { type: 'toggle', label: 'Show Preview Images', defaultValue: true },
137
+ showDescriptions: { type: 'toggle', label: 'Show Brief Summaries', defaultValue: true }
134
138
  }
135
139
  }
136
140
  },
137
141
  categoryDetail: {
138
- categoryDetail: {
142
+ banner: {
139
143
  type: 'section',
140
- label: 'Category Detail Settings',
141
- _sourcePath: 'layoutConfig.pages.categoryDetail.categoryDetail',
144
+ label: 'Category Detail View',
145
+ description: 'Minimal settings for specific category pages.',
146
+ _sourcePath: 'layoutConfig.pages.categoryDetail',
142
147
  fields: {
143
- showBanner: { type: 'toggle', label: 'Show Banner Image' },
144
- showDescription: { type: 'toggle', label: 'Show Category Description' },
145
- showProducts: { type: 'toggle', label: 'Show Products' },
146
- showFilters: { type: 'toggle', label: 'Show Filters' }
148
+ showBanner: { type: 'toggle', label: 'Display Banner Image', defaultValue: true },
149
+ showDescription: { type: 'toggle', label: 'Show Description Text', defaultValue: true },
150
+ showFilters: { type: 'toggle', label: 'Enable Filters', defaultValue: true },
151
+ showProducts: { type: 'toggle', label: 'Show Product List', defaultValue: true }
147
152
  }
148
153
  }
149
154
  },
150
155
  about: {
151
156
  aboutHeader: {
152
157
  type: 'section',
153
- label: 'About Header',
158
+ label: 'Identity Banner',
159
+ description: 'The minimalist hero section for the brand story page.',
154
160
  _sourcePath: 'layoutConfig.pages.about.aboutHeader',
155
161
  fields: {
156
- show: { type: 'toggle', label: 'Show Section', defaultValue: true },
157
- title: { type: 'text', label: 'Title' },
158
- missionStatement: { type: 'multiline_text', label: 'Mission Statement' },
159
- heroImage: { type: 'image', label: 'Hero Image' }
162
+ show: { type: 'toggle', label: 'Display Header', defaultValue: true },
163
+ title: { type: 'text', label: 'Brand Headline' },
164
+ missionStatement: { type: 'multiline_text', label: 'Mission Focus' },
165
+ heroImage: { type: 'image', label: 'Brand Image' }
160
166
  }
161
167
  },
162
168
  aboutContent: {
163
169
  type: 'section',
164
- label: 'Our Story',
170
+ label: 'Heritage Text',
171
+ description: 'A focused area for your detailed brand narrative.',
165
172
  _sourcePath: 'layoutConfig.pages.about.aboutContent',
166
173
  fields: {
167
- show: { type: 'toggle', label: 'Show Section', defaultValue: true },
168
- content: { type: 'multiline_text', label: 'Story Content' }
174
+ show: { type: 'toggle', label: 'Display Content', defaultValue: true },
175
+ content: { type: 'multiline_text', label: 'The Story' }
169
176
  }
170
177
  },
171
178
  statsSection: {
172
179
  type: 'section',
173
- label: 'Stats Section',
180
+ label: 'By The Numbers',
181
+ description: 'Numeric proof points of your brand\'s growth and success.',
174
182
  _sourcePath: 'layoutConfig.pages.about.statsSection',
175
183
  fields: {
176
- show: { type: 'toggle', label: 'Show Section', defaultValue: true }
184
+ show: { type: 'toggle', label: 'Display Section', defaultValue: true }
177
185
  }
178
186
  },
179
187
  contactSection: {
180
188
  type: 'section',
181
- label: 'Contact Info Section',
189
+ label: 'Quick Contact',
190
+ description: 'A brief section for fast access to your contact details.',
182
191
  _sourcePath: 'layoutConfig.pages.about.contactSection',
183
192
  fields: {
184
- show: { type: 'toggle', label: 'Show Section', defaultValue: true }
193
+ show: { type: 'toggle', label: 'Display Section', defaultValue: true }
185
194
  }
186
195
  }
187
196
  },
188
197
  contact: {
189
198
  contactHeader: {
190
199
  type: 'section',
191
- label: 'Contact Header',
200
+ label: 'Simple Support Header',
201
+ description: 'A clean title section for the contact page.',
192
202
  _sourcePath: 'layoutConfig.pages.contact.contactHeader',
193
203
  fields: {
194
- show: { type: 'toggle', label: 'Show Section', defaultValue: true },
195
- title: { type: 'text', label: 'Title' },
196
- subtitle: { type: 'multiline_text', label: 'Subtitle' },
197
- backgroundImage: { type: 'image', label: 'Background Image' }
204
+ show: { type: 'toggle', label: 'Display Header', defaultValue: true },
205
+ title: { type: 'text', label: 'Headline' },
206
+ subtitle: { type: 'multiline_text', label: 'Supporting Text' },
207
+ backgroundImage: { type: 'image', label: 'Subtle Background' }
198
208
  }
199
209
  },
200
210
  contactForm: {
201
211
  type: 'section',
202
- label: 'Form & Visual Settings',
212
+ label: 'Visual Detail Control',
213
+ description: 'Toggle the auxiliary information sections on the contact page.',
203
214
  _sourcePath: 'layoutConfig.pages.contact.contactForm',
204
215
  fields: {
205
216
  showForm: { type: 'toggle', label: 'Show Contact Form', defaultValue: true },
206
- showMap: { type: 'toggle', label: 'Show Map Section', defaultValue: true },
207
- showHours: { type: 'toggle', label: 'Show Opening Hours', defaultValue: true },
208
- showSocialLinks: { type: 'toggle', label: 'Show Social Links', defaultValue: true }
209
- }
210
- }
211
- },
212
- styleGuide: {
213
- styleGuidePage: {
214
- type: 'section',
215
- label: 'Style Guide Page',
216
- fields: {
217
- show: { type: 'toggle', label: 'Show Section', defaultValue: true },
218
- layout: { type: 'text', label: 'Layout Style' }
219
- }
220
- }
221
- },
222
- helpCenter: {
223
- helpCenterPage: {
224
- type: 'section',
225
- label: 'Help Center Page',
226
- fields: {
227
- show: { type: 'toggle', label: 'Show Section', defaultValue: true },
228
- layout: { type: 'text', label: 'Layout Style' }
217
+ showMap: { type: 'toggle', label: 'Show Location Map', defaultValue: true },
218
+ showHours: { type: 'toggle', label: 'Show Business Hours', defaultValue: true },
219
+ showSocialLinks: { type: 'toggle', label: 'Show Social Media', defaultValue: true }
229
220
  }
230
221
  }
231
222
  }
@@ -1 +1 @@
1
- {"version":3,"file":"clothing.d.ts","sourceRoot":"","sources":["../../../src/editor/alignment-schemas/clothing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,eAAO,MAAM,cAAc,EAAE,qBAka5B,CAAC"}
1
+ {"version":3,"file":"clothing.d.ts","sourceRoot":"","sources":["../../../src/editor/alignment-schemas/clothing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,eAAO,MAAM,cAAc,EAAE,qBAuV5B,CAAC"}