Go to Namespace > Module > Block > Adminhtml > BlockFile.php
parent::__construct();
$this->_removeButton('add');
- Add the following code in the constructor of this file.
- It will be after the call to parent constructor.
parent::__construct();
$this->_removeButton('add');
No comments:
Post a Comment