Я використовую Magento 2 CE версії 2.1.0 для WAMP Windows 10
Я вже посилався
Magento 2: Як замінити HTML-файл шаблону за замовчуванням міні-кошика?
Хочеться замінити тему Magento 2 Luma за замовчуванням
У мене нижче структура папок
magento2
|_ app
|_ design
|_ frontend
|_ Custom
|_Theme
|_Magento_Theme
|_templates
|_root.phtml - Copy of Luma
registration.php
theme.xml
app \ design \ frontend \ Користувальницькі \ Тема \ Magento_Theme \ registration.php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::THEME,
'frontend/Custom/Theme',
__DIR__
);
додаток \ дизайн \ frontend \ Спеціальні \ Тема \ Magento_Theme \ topic.xml
<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/theme.xsd">
<title>My Theme</title>
<parent>Magento/luma</parent>
</theme>
Я також запускаю php bin/magento setup:static-content:deploy
і очищаю кеш. Це не відображення моєї новоствореної теми в Admin -> Content -> Design -> Configuration
. Редагування випадаючого списку.
Чого мені ще не вистачає?