ฉันใช้ Magento 2 CE เวอร์ชั่น 2.1.0 บน WAMP Windows 10
ฉันเรียกแล้ว
Magento 2: วิธีการแทนที่ไฟล์ html แม่แบบเริ่มต้นของรถเข็นขนาดเล็ก?
ต้องการแทนที่ Magento 2 Default Luma Theme
ฉันมีโครงสร้างโฟลเดอร์ด้านล่าง
magento2
|_ app
|_ design
|_ frontend
|_ Custom
|_Theme
|_Magento_Theme
|_templates
|_root.phtml - Copy of Luma
registration.php
theme.xml
แอปพลิเคออกแบบ \ \ ส่วนหน้า \ กำหนดเอง \ ธีม \ Magento_Theme \ registration.php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::THEME,
'frontend/Custom/Theme',
__DIR__
);
แอปพลิเคออกแบบ \ \ ส่วนหน้า \ กำหนดเอง \ ธีม \ 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
& ล้างแคชเช่นกัน Admin -> Content -> Design -> Configuration
มันไม่ได้แสดงรูปแบบที่สร้างขึ้นใหม่ของฉันใน แก้ไขรายการแบบเลื่อนลง
สิ่งที่ฉันยังคงหายไป?