WAMP Windows 10'da Magento 2 CE Sürüm 2.1.0 kullanıyorum
Zaten referans verdim
Magento 2: Mini araba varsayılan şablon html dosyasını nasıl geçersiz kılabilirim?
Magento 2 Varsayılan Luma Temasını geçersiz kılmak istiyorum
Klasör yapısının altındayım
magento2
|_ app
|_ design
|_ frontend
|_ Custom
|_Theme
|_Magento_Theme
|_templates
|_root.phtml - Copy of Luma
registration.php
theme.xml
Uygulamanın \ tasarım \ önyüzü \ Custom \ Tema \ Magento_Theme \ registration.php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::THEME,
'frontend/Custom/Theme',
__DIR__
);
Uygulamanın \ tasarım \ önyüzü \ Custom \ Tema \ 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>
php bin/magento setup:static-content:deploy
Önbelleği de çalıştırıyorum . İçinde yeni oluşturulmuş Temam görüntülenmiyor Admin -> Content -> Design -> Configuration
. Açılır Listeyi Düzenle.
Hala eksik olan ne?