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