{"id":20940037,"url":"https://github.com/shockwavemk/magento2-module-templatehints","last_synced_at":"2026-03-08T21:40:53.594Z","repository":{"id":57049700,"uuid":"48159651","full_name":"shockwavemk/magento2-module-templatehints","owner":"shockwavemk","description":"Magento 2 \"Templatehints\" module adds new features to Template Path Hints functionality of Magento 2: Template information, cache status, layout information","archived":false,"fork":false,"pushed_at":"2017-01-10T06:52:05.000Z","size":30,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-03T06:42:57.256Z","etag":null,"topics":["composer","hints","magento2","magento2-module","template"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/shockwavemk/magento2-module-templatehints","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"osl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shockwavemk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-17T07:35:43.000Z","updated_at":"2017-06-06T04:55:20.000Z","dependencies_parsed_at":"2022-08-23T17:50:33.919Z","dependency_job_id":null,"html_url":"https://github.com/shockwavemk/magento2-module-templatehints","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/shockwavemk/magento2-module-templatehints","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockwavemk%2Fmagento2-module-templatehints","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockwavemk%2Fmagento2-module-templatehints/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockwavemk%2Fmagento2-module-templatehints/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockwavemk%2Fmagento2-module-templatehints/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shockwavemk","download_url":"https://codeload.github.com/shockwavemk/magento2-module-templatehints/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockwavemk%2Fmagento2-module-templatehints/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30274844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer","hints","magento2","magento2-module","template"],"created_at":"2024-11-18T23:08:39.981Z","updated_at":"2026-03-08T21:40:53.550Z","avatar_url":"https://github.com/shockwavemk.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Magento 2 - Enhanced template hints\n\n# Introduction\n\n\u003cimg class=\"alignnone size-full wp-image-531\" src=\"http://www.martin-kramer.com/wp-content/uploads/2015/12/templatehings-magento2-settings.png\" alt=\"templatehings-magento2-settings\" width=\"816\" height=\"583\" /\u003e\n\nThe creation, modification and debugging of Magento 2 frontend templates can be supported by enabling the build in \"Template Path Hints for Storefront\" in Admin configuration of Magento 2.\n\n  Store \u003e Configuration \u003e Advanced \u003e Developer \u003e Debug \u003e Enabled Template Path Hints for Storefront \u003e Yes\n\nThe result are graphical enhanced frontend blocks with basic information about template pathes.\n\n\n\u003cimg class=\"alignnone size-full wp-image-529\" src=\"http://www.martin-kramer.com/wp-content/uploads/2015/12/magento2-templatehints.png\" alt=\"magento2-templatehints\" width=\"668\" height=\"115\" /\u003e\n\n\n\nThis information is useful for template-designer and developers to create or modify Magento 2 features, but the information is provided is kept at a very low level:\n\n## Default Template-file behavior\n\n\n# Features\n\nThis Magento 2 \"Templatehints\" module addresses that point. New features are added to Template Path Hints functionality of Magento 2:\n\n * General information is displayed for each block\n\n   * Template file\n   * Block type\n   * Name of block in layout\n   * Module for block\n   * Information about parent block\n\n\n\n *  Cache information\n\n   *  Cache key of current block\n   *  Cache Tags of current block\n   *  Configured lifetime for current block\n   *  Cache key info string\n   *  Current status of current block in cache (found, disabled, not found)\n\n\n# Installation of the magento2 template path hints extension\n\nAdd the module to your composer file:\n\n  {\n\n  ...\n\n  \"require\": {\n  ...\n\n  \"shockwavemk/magento2-module-templatehints\": \"dev-master\",\n\n  ...\n  },\n\n\nAdd my packages server to your composer file:\n\n  {\n      \"repositories\": [\n          {\n              \"type\": \"composer\",\n              \"url\": \"https://packages.martin-kramer.com\"\n          }\n      ]\n  }","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshockwavemk%2Fmagento2-module-templatehints","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshockwavemk%2Fmagento2-module-templatehints","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshockwavemk%2Fmagento2-module-templatehints/lists"}