diff --git a/new_targets/procs/template.json b/new_targets/procs/template.json new file mode 100644 index 0000000..2ae9a7d --- /dev/null +++ b/new_targets/procs/template.json @@ -0,0 +1,13 @@ +{ + "first_column": { + "label": "Target Price Block", + "details": [ + { + "label": "Base price", + "value": 30, + "type": "number", + "note": "info" + } + ] + } +}