문제

I am trying to remove a Magento copyright text from admin login area, but I am not sure How I can do this.

enter image description here

도움이 되었습니까?

해결책

To remove it:

app/code/Vendor/Module/view/adminhtml/layout/admin_login.xml

<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-login" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <referenceBlock name="copyright" remove="true"/>
    </body>
</page>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top