UNPKG
processmaker-builder
Version:
3_2_2 (1.0.0)
latest (3.2.2)
3.2.2
1.0.0
The gulp task runner for ProcessMaker building
bitbucket.org/duhnnie/processmaker
processmaker-builder
/
workflow
/
public_html
/
mobile
/
build-prod
/
data
/
variables.json
14 lines
(13 loc)
•
240 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
{
"name"
:
"variable1"
,
"fieldType"
:
"string"
,
"fieldSize"
:
10
,
"label"
:
"label1"
,
"dbConnection"
:
"1"
,
"sql"
:
"2"
,
"null"
:
false
,
"defaultValue"
:
"default value"
,
"acceptedValues"
:
[
"american"
,
"asia"
,
"europe"
]
}
]