|
@@ -763,7 +763,7 @@ export const tasks = {
|
|
|
description: 'Insert data into table or variable',
|
|
|
icon: 'riDatabase2Line',
|
|
|
component: 'BlockBasic',
|
|
|
- category: 'general',
|
|
|
+ category: 'data',
|
|
|
editComponent: 'EditInsertData',
|
|
|
inputs: 1,
|
|
|
outputs: 1,
|
|
@@ -952,7 +952,7 @@ export const tasks = {
|
|
|
icon: 'riDeleteBin7Line',
|
|
|
editComponent: 'EditDeleteData',
|
|
|
component: 'BlockBasic',
|
|
|
- category: 'general',
|
|
|
+ category: 'data',
|
|
|
inputs: 1,
|
|
|
outputs: 1,
|
|
|
allowedInputs: true,
|
|
@@ -1014,7 +1014,6 @@ export const tasks = {
|
|
|
outputs: 1,
|
|
|
allowedInputs: true,
|
|
|
maxConnection: 1,
|
|
|
- refDataKeys: ['message', 'title', 'iconUrl', 'imageUrl'],
|
|
|
data: {
|
|
|
disableBlock: false,
|
|
|
description: '',
|
|
@@ -1025,6 +1024,27 @@ export const tasks = {
|
|
|
variableName: '',
|
|
|
},
|
|
|
},
|
|
|
+ 'tab-url': {
|
|
|
+ name: 'Get tab URL',
|
|
|
+ description: 'Get the tab URL',
|
|
|
+ icon: 'riLinksLine',
|
|
|
+ editComponent: 'EditTabURL',
|
|
|
+ component: 'BlockBasic',
|
|
|
+ category: 'browser',
|
|
|
+ inputs: 1,
|
|
|
+ outputs: 1,
|
|
|
+ allowedInputs: true,
|
|
|
+ maxConnection: 1,
|
|
|
+ data: {
|
|
|
+ disableBlock: false,
|
|
|
+ description: '',
|
|
|
+ type: 'active-tab',
|
|
|
+ dataColumn: '',
|
|
|
+ saveData: true,
|
|
|
+ assignVariable: false,
|
|
|
+ variableName: '',
|
|
|
+ },
|
|
|
+ },
|
|
|
};
|
|
|
|
|
|
export const categories = {
|