DockerERTFF/extensions/server_connect/modules/onesignal_not_done.hjsonx

45 lines
886 B
Plaintext

[
//start
{
type: 'onesignal_update_user_onesignal_update_user',
module : 'onesignal_update_user',
action : 'onesignal_update_user',
groupTitle : 'Onesignal Modules',
groupIcon : 'fas fa-solid fa-satellite-dish comp-general',
title : 'Onesignal Update User',
icon : 'fas fa-solid fa-bug comp-errors',
serverModel : ['node'],
dataPickObject: true,
dataScheme: [ ],
properties : [
{
group: 'Onesignal Settings',
variables: [
{ name: 'actionName',
optionName: 'name',
title: 'Name',
type: 'text',
required: true,
defaultValue: '',
baseName: "osc1"
},
{ name: 'appid',
optionName: 'appid',
title: 'App ID',
type: 'text',
required: true,
serverDataBindings: true,
defaultValue: '',
help: 'You App ID'
},
{ name: 'output',
optionName: 'output',
title: 'Output',
type: 'boolean',
defaultValue: false
}
]}]},