Skip to content
  • This project
    • Loading...
  • Sign in

Jay Mehta / zango-strapi

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Registry
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • zango-strapi
  • src
  • components
  • img-component
  • img-component.json
  • jaymehta's avatar
    img upload · 3440fe10
    jaymehta committed 2024-05-31 16:40:33 +0530
    3440fe10 Browse Files
img-component.json 328 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
  "collectionName": "components_img_component_img_components",
  "info": {
    "displayName": "imgComponent"
  },
  "options": {},
  "attributes": {
    "image": {
      "allowedTypes": [
        "images",
        "files",
        "videos",
        "audios"
      ],
      "type": "media",
      "multiple": false
    }
  }
}