官术网_书友最值得收藏!

Magento theme inheritance

The frontend of Magento allows designers to create new themes based on the basic Blank theme, reusing the main code without changing its main structure. The fallback system is a theme's inheritance mechanism and allows the developers to create only the files that are necessary for customization.

The Luma theme, for example, uses the fallback system by inheriting the Blank theme's basic structure. The Luma theme's parent is declared in its theme.xml file:

<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/theme.xsd"> 
    <title>Magento Luma</title> 
    <parent>Magento/blank</parent> 
    <media> 
        <preview_image>media/preview.jpg</preview_image> 
    </media> 
</theme> 

The inheritance works like an override system. You can create new themes by using the existent ones (parents) and by replacing (overriding) some existing file with the same name, but in your specific theme folder (child).

For example, if you create a new theme in folder app/design/frontend/<Vendor>/<theme>/ and declares Magento/blank as a parent theme, theme.xml file and registration.php, you have the entire blank theme structure ready to work in your new theme including RWD layouts and styles.

Let's say that you have a specific CSS available in the <theme_dir>/web/css folder. If you delete this file, the fallback system will search the file in the <parent_theme_dir>/web/css folder:

主站蜘蛛池模板: 天祝| 来安县| 出国| 广饶县| 石门县| 牡丹江市| 灵寿县| 大关县| 海宁市| 扬中市| 龙岩市| 山东| 南靖县| 浪卡子县| 大邑县| 内丘县| 吉安市| 南召县| 乌拉特中旗| 商南县| 贡嘎县| 禄丰县| 玉门市| 宁陵县| 全南县| 邳州市| 泰宁县| 福鼎市| 乌拉特前旗| 安仁县| 江北区| 嘉义县| 视频| 吉林省| 榆社县| 苏尼特左旗| 若尔盖县| 奉化市| 印江| 黑水县| 老河口市|