wm21w/admintheme_vitcas

Wm21w AdminTheme

安装: 16

依赖: 0

建议: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

语言:HTML

类型:magento2-module

1.0.33 2018-04-16 18:08 UTC

This package is not auto-updated.

Last update: 2024-09-18 11:22:27 UTC


README

自定义 Magento 2 管理界面主题

  1. app/design/adminhtml/Wm21w/light/theme.xml

<theme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/theme.xsd"> <title>Wm21w Light Theme</title> <!-- 主题的名称 --> <parent>Magento/backend</parent> <!-- 父主题。例如:Magento/backend --> </theme>

  1. app/design/adminhtml/Wm21w/light/registration.php

<?php \Magento\Framework\Component\ComponentRegistrar::register( \Magento\Framework\Component\ComponentRegistrar::THEME, 'adminhtml/Wm21w/light', __DIR__ );

  1. app/design/adminhtml/Wm21w/light/web/images/21-logo.svg