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

sujata / advithconsulting.io-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
  • advithconsulting.io-backend
  • src
  • components
  • layout
  • technicalexp-tab.json
  • sujata's avatar
    chnages in client services page · d62ee550
    sujata committed 2025-08-25 19:10:00 +0530
    d62ee550 Browse Files
technicalexp-tab.json 444 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
{
  "collectionName": "components_layout_technicalexp_tabs",
  "info": {
    "displayName": "TechnicalexpTab",
    "description": ""
  },
  "options": {},
  "attributes": {
    "Title": {
      "type": "string"
    },
    "Description": {
      "type": "text"
    },
    "Image": {
      "allowedTypes": [
        "images",
        "files",
        "videos",
        "audios"
      ],
      "type": "media",
      "multiple": false
    }
  }
}