|
| 1 | +{ |
| 2 | + 'name': 'Airproof Theme', |
| 3 | + 'description': 'Airproof Theme - Drones, modelling, camera', |
| 4 | + 'category': 'Website/Theme', |
| 5 | + # 'version': '18.0.1.0', |
| 6 | + 'author': 'PSBE Designers', |
| 7 | + 'license': 'LGPL-3', |
| 8 | + 'depends': ['website_sale', 'website_sale_wishlist', 'website_blog', 'website_mass_mailing'], |
| 9 | + 'data': [ |
| 10 | + # Options |
| 11 | + 'data/presets.xml', |
| 12 | + # Menu |
| 13 | + 'data/menu.xml', |
| 14 | + # Shapes |
| 15 | + 'data/shapes.xml', |
| 16 | + # Pages |
| 17 | + 'data/pages/home.xml', |
| 18 | + 'data/pages/contact.xml', |
| 19 | + # Frontend |
| 20 | + 'views/website_templates.xml', |
| 21 | + 'views/website_sale_templates.xml', |
| 22 | + 'views/website_sale_wishlist_templates.xml', |
| 23 | + # Snippets |
| 24 | + 'views/snippets/options.xml', |
| 25 | + 'views/snippets/s_airproof_carousel.xml', |
| 26 | + # Images |
| 27 | + 'data/images.xml', |
| 28 | + ], |
| 29 | + 'assets': { |
| 30 | + 'web._assets_primary_variables': [ |
| 31 | + 'website_airproof/static/src/scss/primary_variables.scss', |
| 32 | + ], |
| 33 | + 'web._assets_frontend_helpers': [ |
| 34 | + ('prepend', 'website_airproof/static/src/scss/bootstrap_overridden.scss'), |
| 35 | + ], |
| 36 | + 'web.assets_frontend': [ |
| 37 | + # SCSS |
| 38 | + 'website_airproof/static/src/scss/components/mouse_follower.scss', |
| 39 | + 'website_airproof/static/src/scss/layout/header.scss', |
| 40 | + 'website_airproof/static/src/scss/pages/product_page.scss', |
| 41 | + 'website_airproof/static/src/scss/pages/shop.scss', |
| 42 | + 'website_airproof/static/src/scss/snippets/caroussel.scss', |
| 43 | + 'website_airproof/static/src/scss/snippets/newsletter.scss', |
| 44 | + 'website_airproof/static/src/snippets/s_airproof_carousel/000.scss', |
| 45 | + # JS |
| 46 | + 'website_airproof/static/src/js/mouse_follower.js', |
| 47 | + ], |
| 48 | + }, |
| 49 | +} |
0 commit comments