Re-synced controllers, configs, libraries, seeds, and docs with the latest API expectations and response helpers.
12 lines
319 B
JSON
Executable File
12 lines
319 B
JSON
Executable File
{"name": "math_sign",
|
|
"VSName": "Math Sign",
|
|
"VCategory": "System",
|
|
"values": [
|
|
{"key": "=", "value": "Equal"},
|
|
{"key": "<", "value": "Less than"},
|
|
{"key": ">", "value": "Greater than"},
|
|
{"key": "<=", "value": "Less than or equal to"},
|
|
{"key": ">=", "value": "Greater than or equal to"}
|
|
]
|
|
}
|