feat(main): Add base theme: This is the falcon theme out of the box.

This is falcon v3.1.2
This commit is contained in:
2025-11-18 14:04:01 +01:00
parent 3a7f2db331
commit 6849b8eefd
605 changed files with 49820 additions and 0 deletions

58
falcon/config/assets.yml Normal file
View File

@ -0,0 +1,58 @@
css:
product:
fileName: product.css
media: all
priority: 200
include:
- product
checkout:
fileName: checkout.css
media: all
priority: 200
include:
- cart
- checkout
- order-confirmation
listing:
fileName: listing.css
media: all
priority: 200
include:
- category
- prices-drop
- new-products
- best-sales
- manufacturer
- search
- module-is_favoriteproducts-favorite
js:
runtime: # This file is only used to handle HMR for multiple entry points
fileName: runtime.js
priority: 1
swipervendor:
fileName: swipervendor.js
priority: 1
product:
fileName: product.js
priority: 200
include:
- product
checkout:
fileName: checkout.js
priority: 200
include:
- cart
- checkout
- order-confirmation
listing:
fileName: listing.js
priority: 200
include:
- category
- prices-drop
- new-products
- best-sales
- manufacturer
- search
- module-is_favoriteproducts-favorite