Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat : adding description to bind reference #201

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 34 additions & 17 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down Expand Up @@ -751,7 +752,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down Expand Up @@ -962,7 +964,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down Expand Up @@ -1217,7 +1220,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down Expand Up @@ -1431,7 +1435,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down Expand Up @@ -1658,7 +1663,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down Expand Up @@ -1863,7 +1869,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down Expand Up @@ -2080,7 +2087,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down Expand Up @@ -2311,7 +2319,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down Expand Up @@ -2560,7 +2569,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down Expand Up @@ -2733,7 +2743,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down Expand Up @@ -3223,7 +3234,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down Expand Up @@ -3436,7 +3448,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down Expand Up @@ -3744,7 +3757,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down Expand Up @@ -3889,7 +3903,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down Expand Up @@ -4092,7 +4107,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down Expand Up @@ -4245,7 +4261,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
},
{
"component": "boolean",
Expand Down
5 changes: 3 additions & 2 deletions models/form-common/_basic-input-fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"component": "text",
"name": "dataRef",
"label": "Bind reference",
"valueType": "string"
"valueType": "string",
"description": "Bind reference links a form field to data from an external source"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this approved by CHL?

},
{
"component": "boolean",
Expand Down Expand Up @@ -113,4 +114,4 @@
]
}
]
}
}
Loading