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 5c768da commit c8baee0Copy full SHA for c8baee0
Resources/Private/Modules/Component/Domain.fusion
@@ -7,7 +7,7 @@ prototype(Carbon.Plausible:Component.Domain) < prototype(Neos.Fusion:Component)
7
domainValue = ${this.value || this.fallback}
8
hasDomainValue = ${this.domainValue && Type.isString(this.domainValue)}
9
disableTrackingLink = ${this.hasDomainValue ? '//' + this.domainValue + '/~/disable-tracking' : null}
10
- embedUrl = ${props.siteName ? '/neos/management/plausible/stats' + (props.siteName == 'default' ? '' : '?' + props.siteName) : null}
+ embedUrl = ${this.siteName ? '/neos/management/plausible/stats' + (this.siteName == 'default' ? '' : '?' + this.siteName) : null}
11
12
renderer = afx`
13
<td>
0 commit comments