Skip to content

Commit e5d277f

Browse files
committed
Debug sortOrder
1 parent b4b5c8e commit e5d277f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Observer/AddBlockHints.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function execute(Observer $observer): void
3232
if ($this->isDeveloperMode()) {
3333
$html = "<!-- LOKI DEBUGGER: TEMPLATE: ".$block->getTemplateFile()." -->\n".$html;
3434
$html = "<!-- LOKI DEBUGGER: BLOCK: ".$block->getNameInLayout()." -->\n".$html;
35+
$html = "<!-- LOKI DEBUGGER: SORT ORDER: ".$block->getSortOrder()." -->\n".$html;
3536
}
3637

3738
$transport->setHtml($html);

0 commit comments

Comments
 (0)