books-list.json 638 Bytes
{
  "collectionName": "components_books_journals_books_lists",
  "info": {
    "displayName": "BooksList"
  },
  "options": {},
  "attributes": {
    "Name": {
      "type": "string"
    },
    "AuthorName": {
      "type": "text"
    },
    "Details": {
      "type": "customField",
      "customField": "plugin::ckeditor5.CKEditor",
      "options": {
        "preset": "defaultHtml"
      }
    },
    "Image": {
      "type": "media",
      "multiple": false,
      "allowedTypes": [
        "images",
        "files",
        "videos",
        "audios"
      ]
    },
    "Link": {
      "type": "string"
    }
  },
  "config": {}
}