JSX components
{{#instantAlertsPreferencesModal}}
Instant alerts popup to manage preferences
{{{renderReactComponent localPath="components/jsx/preferences-modal/preferences-modal.jsx" flags=@root.flags visible=true}}}
{{/instantAlertsPreferencesModal}}
{{#followPlusInstantAlerts}}
Follow plus instant alerts button (same appearance as normal follow button)
{{{renderReactComponent localPath="components/jsx/follow-plus-instant-alerts/follow-plus-instant-alerts.jsx" conceptId=this.conceptId name=this.name flags=@root.flags}}}
{{/followPlusInstantAlerts}}
{{#followPlusInstantAlerts}}
Unfollow plus instant alerts button
{{{renderReactComponent localPath="components/jsx/follow-plus-instant-alerts/follow-plus-instant-alerts.jsx" conceptId=this.conceptId name=this.name setFollowButtonStateToSelected=true cacheablePersonalisedUrl=true flags=@root.flags}}}
{{/followPlusInstantAlerts}}
{{#followPlusInstantAlerts}}
Unfollow plus instant alerts button (instant alerts turned on)
{{{renderReactComponent localPath="components/jsx/follow-plus-instant-alerts/follow-plus-instant-alerts.jsx" conceptId=this.conceptId name=this.name setFollowButtonStateToSelected=true cacheablePersonalisedUrl=true setInstantAlertsOn=true flags=@root.flags}}}
{{/followPlusInstantAlerts}}