Skip to content

Commit

Permalink
BUGFIX: Don’t render tag manager in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebobo committed Nov 26, 2019
1 parent 1abe04b commit a75574d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Resources/Private/Fusion/Prototypes/TagManager.fusion
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
prototype(Flowpack.Neos.Matomo:TagManager) < prototype(Neos.Fusion:Tag) {
@if.hasContainerId = ${this.containerId}
@if {
inLiveWorkspace = ${node.context.workspaceName == 'live'}
hasContainerId = ${this.containerId}
}

settings = ${Configuration.setting('Flowpack.Neos.Matomo')}
protocol = ${this.settings.protocol}
Expand Down

0 comments on commit a75574d

Please sign in to comment.