feat: Add support for List and Checkbox in Custom Attributes (#3439)

This commit is contained in:
Sivin Varghese
2021-11-24 09:00:55 +05:30
committed by GitHub
parent 0530e9491c
commit da8f9d0337
9 changed files with 388 additions and 94 deletions

View File

@@ -279,6 +279,13 @@
"TITLE": "Add attributes",
"PLACEHOLDER": "Search attributes",
"NO_RESULT": "No attributes found"
},
"ATTRIBUTE_TYPE": {
"LIST": {
"PLACEHOLDER": "Select value",
"SEARCH_INPUT_PLACEHOLDER": "Search value",
"NO_RESULT": "No result found"
}
}
},
"VALIDATIONS": {