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
  • sidebar
  • links.json
  • sujata's avatar
    add compoents · 34ed0969
    sujata committed 2025-09-11 10:59:06 +0530
    34ed0969 Browse Files
links.json 312 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
{
  "collectionName": "components_sidebar_links",
  "info": {
    "displayName": "Links"
  },
  "options": {},
  "attributes": {
    "Label": {
      "type": "string"
    },
    "URL": {
      "type": "string"
    },
    "OpenNewTab": {
      "type": "boolean",
      "default": true
    }
  },
  "config": {}
}