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

sujata / iba_backend

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
  • iba_backend
  • src
  • components
  • home
  • testimonial-list.json
  • sujata's avatar
    miner chnage · 1e1a8e11
    sujata committed 2025-09-22 12:41:05 +0530
    1e1a8e11
testimonial-list.json 475 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
{
  "collectionName": "components_home_testimonial_lists",
  "info": {
    "displayName": "TestimonialList"
  },
  "options": {},
  "attributes": {
    "Name": {
      "type": "string"
    },
    "Message": {
      "type": "text"
    },
    "Batch": {
      "type": "string"
    },
    "Image": {
      "type": "media",
      "multiple": false,
      "allowedTypes": [
        "images",
        "files",
        "videos",
        "audios"
      ]
    }
  },
  "config": {}
}