Skip to content

Commit

Permalink
#6 Add config condition on xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
drew7721 committed Oct 12, 2019
1 parent 7024ff5 commit bfad127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/layout/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</head>
<body>
<referenceContainer name="root">
<block name="justinkase_layout_info" as="jkase_info" class="JustinKase\LayoutHints\Block\Info" template="JustinKase_LayoutHints::info.phtml" after="-"/>
<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="-"/>
</referenceContainer>
</body>
</page>

0 comments on commit bfad127

Please sign in to comment.