{{localize "CONFIGURABLE_REACTIONS.Builder.TriggerArea"}}
{{#if activeTrigger}}
{{activeTrigger.label}}
{{selectedReaction.trigger.type}}
{{localize "CONFIGURABLE_REACTIONS.Builder.DropTriggerHere"}}
{{/if}}{{localize "CONFIGURABLE_REACTIONS.Builder.ActionArea"}}
{{#if visualActions.length}}-
{{#each visualActions}}
-
{{this.label}} {{this.summary}}
{{this.type}}
{{/each}}
{{localize "CONFIGURABLE_REACTIONS.Builder.DropActionHere"}}
{{/if}}{{localize "CONFIGURABLE_REACTIONS.Reactions.JsonPreview"}}
ID: {{selectedReaction.id}}
{{localize "CONFIGURABLE_REACTIONS.Trigger.Label"}}: {{selectedReaction.trigger.type}}
{{localize "CONFIGURABLE_REACTIONS.Actions.Title"}}: {{selectedReaction.actions.length}}
{{localize "CONFIGURABLE_REACTIONS.Reactions.None"}}
{{/if}}