feat(signalwire): add dynamic data for nodes and attributes

This commit is contained in:
Ali BARIN
2024-12-19 15:46:25 +00:00
parent 661a5b24b2
commit b1291d0185
5 changed files with 296 additions and 6 deletions

View File

@@ -26,10 +26,20 @@ export default {
{
label: 'Node name',
key: 'nodeName',
type: 'string',
type: 'dropdown',
required: false,
description: 'The name of the node to be added.',
variables: true,
source: {
type: 'query',
name: 'getDynamicData',
arguments: [
{
name: 'key',
value: 'listVoiceXmlNodes',
},
],
},
},
{
label: 'Node value',