list

//check settiings schem
//inside the settings object
//settings: {
{
  "key": {
    "type": "list",
    "label": {
      "ar": "العنوان",
      "en": "text"
    },
    "info": {
      "ar": "نص توضيحي",
      "en": "info text"
    },
    "settings_label": {
      "ar": "عنوان العنصر",
      "en": "item title"
    },
    "noLabel": false,
    "settings": {
    .
    .//other settings schema ex: text,image,textarea ..etc
    .//list not allowed
    .//fieldset not allowed
    .
    }
  }
}
//}

Last updated

Was this helpful?