[ADF-3193] CardView Variables Item (#3485)

* variables item

* unit tests

* translations fix

* docs added

* change requests

* change requests
This commit is contained in:
Alex Bolboșenco
2018-06-25 19:04:46 +03:00
committed by Eugenio Romano
parent c7e3319e4c
commit cb23103c83
14 changed files with 435 additions and 4 deletions

View File

@@ -138,6 +138,11 @@
"CLIENT": "ClientId"
},
"CARDVIEW": {
"KEYVALUEPAIRS": {
"ADD": "Add new",
"NAME": "Name",
"VALUE": "Value"
},
"VALIDATORS": {
"FLOAT_VALIDATION_ERROR": "Use a number format",
"INT_VALIDATION_ERROR": "Use an integer format"