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
  • dynamic-zone
  • download-btn.json
  • sujata's avatar
    add download button compoent · e885bac1
    sujata committed 2024-11-26 16:41:02 +0530
    e885bac1 Browse Files
download-btn.json 423 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
{
  "collectionName": "components_dynamic_zone_download_btns",
  "info": {
    "displayName": "DownloadBtn",
    "description": ""
  },
  "options": {},
  "attributes": {
    "Subtitle": {
      "type": "string"
    },
    "Title": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "CTA": {
      "type": "component",
      "repeatable": false,
      "component": "cta.cta"
    }
  }
}