Last active
August 29, 2015 14:24
-
-
Save eniuz/e7dffd2193f007e23c47 to your computer and use it in GitHub Desktop.
enable-blocks-in-admin-panel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# default may be changed to websites or stores as well | |
INSERT INTO core_config_data (scope, scope_id, path, value) VALUES ('default', 0, 'dev/debug/template_hints', 1), ('default', 0, 'dev/debug/template_hints_blocks', 1); | |
UPDATE core_config_data SET value=0 WHERE path='dev/debug/template_hints'; | |
UPDATE core_config_data SET value=0 WHERE path='dev/debug/template_hints_blocks'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment