TF-4370 Add Description field to Create new Label modal

This commit is contained in:
dab246
2026-03-11 14:41:02 +07:00
committed by Dat H. Pham
parent a8dca322d4
commit 4c837ed9cf
6 changed files with 97 additions and 4 deletions
+13 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2026-03-04T11:35:04.572137",
"@@last_modified": "2026-03-11T14:39:59.601630",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -5447,5 +5447,17 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"labelDescription": "Description (optional)",
"@labelDescription": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"labelDescriptionHintText": "Add a short description to explain what this label is for",
"@labelDescriptionHintText": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}