This is an automated email from the ASF dual-hosted git repository.

iuliana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ddfbe0  adding reconfigurable as an acceptable boolean parameter
     new 6bd058b  Merge pull request #306 from 
zan-mateusz/fix/no-error-in-composer-for-reconfigurable-properties
7ddfbe0 is described below

commit 7ddfbe0774614a843c1757712459371b26991692
Author: zan-mateusz <[email protected]>
AuthorDate: Wed Oct 27 17:22:38 2021 +0100

    adding reconfigurable as an acceptable boolean parameter
---
 ui-modules/utils/yaml-editor/addon/schemas/blueprint-entity.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ui-modules/utils/yaml-editor/addon/schemas/blueprint-entity.json 
b/ui-modules/utils/yaml-editor/addon/schemas/blueprint-entity.json
index 833fee0..811d1d8 100644
--- a/ui-modules/utils/yaml-editor/addon/schemas/blueprint-entity.json
+++ b/ui-modules/utils/yaml-editor/addon/schemas/blueprint-entity.json
@@ -133,6 +133,11 @@
           "description": "Mark the parameter as pinned (always displayed) for 
the UI. The default is true",
           "type": "boolean"
         },
+        "reconfigurable": {
+          "title": "Parameter is reconfigurable?",
+          "description": "Determines whether the parameter can be 
reconfigured. The default is false",
+          "type": "boolean"
+        },
         "constraints": {
           "title": "Parameter constraints",
           "description": "A list of constraints the parameter should meet",

Reply via email to