Layouts
layouts/
├── product/
│ └── example-product/
│ ├── Main.vue
│ ├── type.ts
│ ├── settings/
│ │ ├── content.ts
│ │ ├── design.ts
│ │ └── translations.ts
│ └── assets/
├── catalog/
│ └── example-catalog/
│ ├── Main.vue
│ ├── type.ts
│ ├── settings/
│ │ ├── content.ts
│ │ └── design.ts
│ └── slots/
│ └── custom-bottom-bar/
│ ├── CustomBottomBar.vue
│ ├── server.ts
│ └── client.ts
└── category/
└── example-category/
├── Main.vue
├── type.ts
└── settings/
├── content.ts
└── design.tsHow Layouts Work
Storefront Pages
Product
Slot name
Description
Catalog
Slot name
Description
Category
Slot name
Description
Layout Files
File
Required
Description
Validation Errors
Layout Errors
Error
Cause
Resolution
Schema Errors
Error
Cause
Resolution
Last updated
Was this helpful?
