d3 / oxid-azure-theme-replacement
当不使用 OXID eSales Azure 主题时应将其移除的空替代品。
1.0.0
2020-02-06 14:21 UTC
Requires
Replaces
This package is auto-updated.
Last update: 2024-09-25 19:24:04 UTC
README
此包将从商店中移除未使用的 OXID Azure 主题包,并防止后续更新中的冲突。
安装
如果 Azure 主题未使用且应从商店安装中移除
-
在商店后端激活其他主题作为 Azure 主题(及其子主题)。
-
在您的商店中运行以下 composer 命令。如果您的安装需要,请调整此说明。
composer require d3/oxid-azure-theme-replacement --update-no-dev
-
手动从 source/Application/views/azure 和 source/out/azure 中删除文件。
卸载
如果再次使用 Azure 主题
-
手动从 vendor/composer/installed.json 和 composer.lock 文件中清理替换模块条目(d3/oxid-azure-theme-replacement)。
-
在您的商店中运行以下 composer 命令。如果您的安装需要,请调整此说明。
composer remove d3/oxid-azure-theme-replacement --update-no-dev