number

//check settiings schem
//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 updated

Was this helpful?