Number
Check the settings Schema and add the following inside the Settings object.
//settings: {
{
"key": {
"type": "number",
"label": {
"ar": "العنوان",
"en": "text"
},
"info": {
"ar": "نص توضيØÙŠ",
"en": "info text"
},
"floating_numbers": true,
"minimum": 2, //optional
"maximum": 50 //optional
}
}
//}
Last modified: 4 months ago