feat: Add support of variables in macros and automation (#6358)
This commit is contained in:
parent
6013cc9bea
commit
024af909e3
@ -92,6 +92,7 @@
|
|||||||
v-if="inputType === 'textarea'"
|
v-if="inputType === 'textarea'"
|
||||||
v-model="castMessageVmodel"
|
v-model="castMessageVmodel"
|
||||||
rows="4"
|
rows="4"
|
||||||
|
:enable-variables="true"
|
||||||
:placeholder="$t('AUTOMATION.ACTION.TEAM_MESSAGE_INPUT_PLACEHOLDER')"
|
:placeholder="$t('AUTOMATION.ACTION.TEAM_MESSAGE_INPUT_PLACEHOLDER')"
|
||||||
class="action-message"
|
class="action-message"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user