1

I want to override vendor/magento/magento2-base/lib/web/tiny_mce/tiny_mce_src.js file.

I know how to override Magento core module files and I've tried that, but it's not working.

Is there any other way to override Magento2-base admin files?

Vrajesh Patel
2,0122 gold badges14 silver badges32 bronze badges
asked Feb 25, 2020 at 7:20

1 Answer 1

0

Add tiny_mce_src.js file at

app/design/frontend/Theme_namespace/your_theme/web/tiny_mce/tiny_mce_src.js

then run following command

php bin/magento setup:upgrade

php bin/magento setup:static-content:deploy

(Use -f for force deploy on 2.2.x or later)

php bin/magento cache:clean

Please let me know still if you have any issue.

answered Feb 25, 2020 at 9:05
1
  • This answer is for frontend not for adminhtml, actually, I have already tried that, but it's not working Commented Feb 25, 2020 at 9:58

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.