Frage

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

War es hilfreich?

Lösung

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>
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top