Removed GA flags from labs page

This commit is contained in:
Simon Backx 2022-10-27 19:16:31 +02:00
parent 250da0abf7
commit 8bf8134500

View File

@ -219,32 +219,6 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Member Attribution</h4>
<p class="gh-expandable-description">
Track which posts & pages are driving Member Subscriptions & Paid Conversions
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="memberAttribution" />
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Source Attribution</h4>
<p class="gh-expandable-description">
Track which external sources are driving Member Subscriptions & Paid Conversions (Needs Member Attribution flag)
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="sourceAttribution" />
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
@ -258,19 +232,6 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Audience Feedback</h4>
<p class="gh-expandable-description">
Allow members to provide feedback in newsletters.
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="audienceFeedback" />
</div>
</div>
</div>
</div>
</div>
{{/if}}