feat: Add support of variables in macros and automation (#6358)
This commit is contained in:
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user