Saya menggunakan Magento 2 CE Versi 2.1.0 pada WAMP Windows 10
Saya sudah merujuk
Magento 2: Cara mengganti file html template mini-cart default?
Ingin mengganti Magento 2 Default Luma Theme
Saya memiliki struktur folder di bawah ini
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 \ registration.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>
Saya menjalankan php bin/magento setup:static-content:deploy
& menghapus cache juga. Itu tidak menampilkan Tema saya yang baru dibuat di Admin -> Content -> Design -> Configuration
. Edit Daftar Dropdown.
Apa yang masih saya lewatkan?