We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b5c8e commit e5d277fCopy full SHA for e5d277f
1 file changed
Observer/AddBlockHints.php
@@ -32,6 +32,7 @@ public function execute(Observer $observer): void
32
if ($this->isDeveloperMode()) {
33
$html = "<!-- LOKI DEBUGGER: TEMPLATE: ".$block->getTemplateFile()." -->\n".$html;
34
$html = "<!-- LOKI DEBUGGER: BLOCK: ".$block->getNameInLayout()." -->\n".$html;
35
+ $html = "<!-- LOKI DEBUGGER: SORT ORDER: ".$block->getSortOrder()." -->\n".$html;
36
}
37
38
$transport->setHtml($html);
0 commit comments