summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/assets
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2022-05-12 17:37:43 +0100
committerMichael Morris <michael.morris@est.tech>2022-05-17 08:23:38 +0000
commit61e8668899051e1df738093d1700564fbc22a428 (patch)
tree0076471bed9a3fee8e5a565ed63c6027a5c76b30 /catalog-ui/src/assets
parent69bc5bdb7d464fa38705191f1495fb09474277a8 (diff)
Support list of map properties in composition
Supports editing list<map<string, string> properties in the edit properties dialog in the composition screen. Fixes entry schema of type map not being shown. Change-Id: Iea1732f51148ae88dedd2242b3b19d19c4548eb4 Issue-ID: SDC-4001 Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'catalog-ui/src/assets')
-rw-r--r--catalog-ui/src/assets/languages/en_US.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/catalog-ui/src/assets/languages/en_US.json b/catalog-ui/src/assets/languages/en_US.json
index aa5e368102..fe855c168e 100644
--- a/catalog-ui/src/assets/languages/en_US.json
+++ b/catalog-ui/src/assets/languages/en_US.json
@@ -253,6 +253,11 @@
"PROPERTY_EDIT_LIST_GENERIC": "Invalid value. The correct value is X, Y",
"PROPERTY_EDIT_MAP_GENERIC": "Invalid value. The correct value is \"Key\":value",
"PROPERTY_EDIT_MAP_UNIQUE_KEYS": "Key must be unique.",
+ "PROPERTY_EDIT_LIST_DELETE_ITEM": "Delete list item",
+ "PROPERTY_EDIT_MAP_DELETE_ITEM": "Delete map item",
+ "PROPERTY_EDIT_MAP_ADD_ITEM": "Add map item",
+ "PROPERTY_ENTRY_SCHEMA": "Entry Schema",
+ "PROPERTY_ENTRY_SCHEMA_CHOOSE_OPTION": "Choose Schema Type",
"=========== ATTRIBUTE VIEW ===========": "",
"ATTRIBUTE_VIEW_DELETE_MODAL_TITLE": "Delete Attribute Confirmation",
"ATTRIBUTE_DETAILS_MODAL_TITLE": "Attribute Details",