feat: add translation of vue types when added (#946)

This commit is contained in:
CamilleLegeron
2024-05-17 20:55:24 +02:00
committed by GitHub
parent 418ae03475
commit 6443c9f914
5 changed files with 32 additions and 17 deletions

View File

@@ -1578,5 +1578,14 @@
"Search": "Search",
"Select...": "Select...",
"Submit": "Submit"
},
"widgetTypesMap": {
"Calendar": "Calendar",
"Card": "Card",
"Card List": "Card List",
"Chart": "Chart",
"Custom": "Custom",
"Form": "Form",
"Table": "Table"
}
}