Skip to content

Instantly share code, notes, and snippets.

@eniuz
Last active August 29, 2015 14:24
Show Gist options
  • Save eniuz/e7dffd2193f007e23c47 to your computer and use it in GitHub Desktop.
Save eniuz/e7dffd2193f007e23c47 to your computer and use it in GitHub Desktop.
enable-blocks-in-admin-panel
# 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