File tree Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<page xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:View/Layout/etc/page_configuration.xsd" >
3- <head >
4- <script src =" JustinKase_LayoutHints::js/jk-hints.js" />
5- </head >
63 <body >
74 <referenceContainer name =" root" >
85 <block name =" justinkase_layout_info" as =" jkase_info" class =" JustinKase\LayoutHints\Block\Info" template =" JustinKase_LayoutHints::info.phtml" ifconfig =" justinkase_hints/global_setting/status" after =" -" />
Original file line number Diff line number Diff line change 1414 <h4>Suggested Available Containers</h4>
1515 <pre><?php var_export ($ block ->getLayout ()->getUpdate ()->getContainers ());?> </pre>
1616 </div>
17+ <script>
18+ (function(){
19+ document.addEventListener('keydown', function (e) {
20+ if (e.key === 'H' && e.shiftKey && e.ctrlKey) {
21+ document.getElementsByTagName('body')[0].classList.toggle('justinkase-hints-enabled');
22+ }
23+ })
24+ }());
25+ </script>
1726<?php endif ; ?>
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments