payaza-storefront-layouts 1.0.36 → 1.0.37

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.
@@ -168,10 +168,10 @@ export const FoodModernSchema = {
168
168
  }
169
169
  },
170
170
  about: {
171
- aboutPage: {
171
+ aboutPageSettings: {
172
172
  type: 'section',
173
173
  label: 'About Page Settings',
174
- _sourcePath: 'layoutConfig.pages.about.aboutPage',
174
+ _sourcePath: 'layoutConfig.pages.about.aboutPageSettings',
175
175
  fields: {
176
176
  show: { type: 'toggle', label: 'Show Section', defaultValue: true },
177
177
  title: { type: 'text', label: 'Page Title' }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payaza-storefront-layouts",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "type": "module",
5
5
  "description": "Shared layout components for StoreFront applications",
6
6
  "main": "dist/index.js",