This Magento 2 module enhances the backend CMS blocks and pages grid by preventing direct inline editing when a row is clicked. Instead, it redirects users to the full edit page.
- Disables inline editing for CMS blocks grid
- Disables inline editing for CMS pages grid
- Redirects to the edit page when clicking on a row
- Uses JavaScript mixin for non-intrusive implementation
php bin/magento setup:upgrade --safe-mode=1
php bin/magento module:enable Swissup_EnhancedGrid
php bin/magento cache:clean