added button for ccpannotation input
This commit is contained in:
parent
947fcd89cb
commit
043c151bb4
|
@ -665,9 +665,9 @@ class CCPMethodEditorController extends HTMLElement{
|
||||||
ev.stopPropagation()
|
ev.stopPropagation()
|
||||||
this.#tmp_inputs.push(
|
this.#tmp_inputs.push(
|
||||||
{
|
{
|
||||||
id : "new_input",
|
id : "ccpannotation",
|
||||||
title : "New input",
|
title : "Annotations for execution",
|
||||||
description : "A new input field",
|
description : "The value of this parameter will be associated as annotation to the execution",
|
||||||
minOccurs : 1,
|
minOccurs : 1,
|
||||||
maxOccurs : 1,
|
maxOccurs : 1,
|
||||||
schema : {
|
schema : {
|
||||||
|
|
Loading…
Reference in New Issue