radios

//check settiings schem
//inside the settings object
//settings: {
{
  "key": {
    "type": "radios",
    "label": {
      "ar": "العنوان",
      "en": "text"
    },
    "options": [
      {
        "value": "all",
        "label": {
          "ar": "جميع الصفحات",
          "en": "all pages"
        }
      },
      {
        "value": "home",
        "label": {
          "ar": "الصفحة الرئيسية ففط",
          "en": "home page only"
        }
      }
    ],
    "default": "all",
    "info": {
      "ar": "نص توضيحي",
      "en": "info text"
    }
  }
}
//}

Last updated

Was this helpful?