Customizations
For customizations that go beyond the possibilities of a configuration, our themes can of course be individualized in an update-safe manner.
Create a Child Theme
Installation
Theme assignment
Customize
# move into your theme folder
$ cd custom/plugins/{MyTheme}
# structure of theme
βββ composer.json
βββ src
βββ MyTheme.php
βββ Resources
βββ app
β βββ storefront
β βββ dist
β β βββ storefront
β β βββ js
β β βββ my-theme.js
β βββ src
β βββ assets
β βββ main.js
β βββ scss
β βββ base.scss
β βββ overrides.scss
βββ views
β βββ storefront
βββ theme.jsonStructure
Documentations
Last updated