2

I want to customize image file upload tab, So it required to override some .phtml files in following locations.

So I want to know, how to override .phtml files in

/vendor/magento/module-backend/view/adminhtml/templates/media/uploader.phtml

0

1 Answer 1

1

1st create ur Admin Theme by using below guide

Magento 2: How to enable newly created admin theme & override module?

or

http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/themes/admin_theme_create.html

Ur file will be here

magento\app\design\adminhtml\YourVendor\YourThemeName\Magento_Backend\view\adminhtml\templates\media\uploader.phtml

3
  • Can i change phtml files like in magento 1.x, without create custom module Commented Jan 10, 2017 at 8:53
  • Standard way is create your Custom Theme & override Core file which u want. Purpose when Magento version upgrades, ur changes remains Commented Jan 10, 2017 at 8:59
  • File Path should be magento\app\design\adminhtml\YourVendor\YourThemeName\Magento_Backend\templates\media\uploader.phtml Commented Nov 23, 2018 at 13:22

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.