Skip to content

Commit 36c3665

Browse files
committed
Switch to official supported theme for development
Signed-off-by: Anton Fedurtsya <anton@fedurtsya.com>
1 parent 98a5a69 commit 36c3665

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/fresh-advance/module-invoice.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
"require": {
1414
"oxid-esales/oxideshop-ce": "{{ .Data.global.composer.dev_ref }}",
1515
"oxid-esales/twig-admin-theme": "{{ .Data.global.composer.dev_ref }}",
16-
"oxid-esales/twig-theme": "{{ .Data.global.composer.dev_ref }}",
16+
"oxid-esales/apex-theme": "{{ .Data.global.composer.dev_ref }}",
1717
"symfony/filesystem": "v6.4.3"
1818
}
1919
}
@@ -22,7 +22,7 @@ install:
2222
vendor/bin/oe-console oe:module:install ./
2323
vendor/bin/oe-eshop-doctrine_migration migrations:migrate fa_invoice
2424
vendor/bin/oe-console oe:module:activate fa_invoice
25-
vendor/bin/oe-console oe:theme:activate twig
25+
vendor/bin/oe-console oe:theme:activate apex
2626
2727
install_shop_with_modules:
2828
composer:

recipes/setup-development.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ docker compose up --build -d php
3737

3838
$SCRIPT_PATH/parts/shared/require_shop_edition_packages.sh -e"${edition}" -v"dev-b-7.1.x"
3939
$SCRIPT_PATH/parts/shared/require_twig_components.sh -e"${edition}" -b"b-7.1.x"
40-
$SCRIPT_PATH/parts/shared/require.sh -n"oxid-esales/twig-theme" -v"dev-b-7.1.x"
40+
$SCRIPT_PATH/parts/shared/require.sh -n"oxid-esales/apex-theme" -v"dev-b-7.1.x"
4141
$SCRIPT_PATH/parts/shared/require_demodata_package.sh -e"${edition}" -b"b-7.1.x"
4242

4343
docker compose exec php composer update --no-interaction
@@ -49,6 +49,6 @@ $SCRIPT_PATH/parts/shared/setup_database.sh
4949
docker compose exec -T php vendor/bin/oe-console oe:module:install ./
5050

5151
docker compose exec -T php vendor/bin/oe-console oe:module:activate fa_invoice
52-
docker compose exec -T php vendor/bin/oe-console oe:theme:activate twig
52+
docker compose exec -T php vendor/bin/oe-console oe:theme:activate apex
5353

5454
$SCRIPT_PATH/parts/shared/create_admin.sh

tests/Codeception/Acceptance.suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ modules:
5555
config_key: 'fq45QS09_fqyx09239QQ'
5656
depends: Db
5757
- \OxidEsales\Codeception\Module\SelectTheme:
58-
theme_id: twig
58+
theme_id: apex
5959
depends:
6060
- \OxidEsales\Codeception\Module\Database
6161
- Db
6262
- \OxidEsales\Codeception\Module\Translation\TranslationsModule:
6363
shop_path: '%SHOP_SOURCE_PATH%'
6464
paths:
6565
- Application/views/admin_twig
66-
- Application/views/twig
66+
- Application/views/apex
6767
- ../views/admin_twig
6868
- \OxidEsales\Codeception\Module\OxideshopModules
6969

0 commit comments

Comments
 (0)