Używam Magento 2 CE wersja 2.1.0 na WAMP Windows 10
Już poleciłem
Magento 2: Jak zastąpić domyślny plik HTML szablonu mini-koszyka?
Chciałby zastąpić domyślny motyw Luma Magento 2
Mam poniżej struktury folderów
magento2
|_ app
|_ design
|_ frontend
|_ Custom
|_Theme
|_Magento_Theme
|_templates
|_root.phtml - Copy of Luma
registration.php
theme.xml
app \ design \ frontend \ Custom \ Theme \ Magento_Theme \ register.php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::THEME,
'frontend/Custom/Theme',
__DIR__
);
app \ design \ frontend \ Custom \ Theme \ Magento_Theme \ theme.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>
Uruchomiłem php bin/magento setup:static-content:deploy
i wyczyściłem pamięć podręczną. To nie wyświetla mojego nowo utworzonego motywu Admin -> Content -> Design -> Configuration
. Edytuj listę rozwijaną.
Czego wciąż mi brakuje?