CTA Button #FF-939

views/shared/cms/_CTAButtonComponent.gsp

This component is used in landing pages as call to action button

  • 
    <cms:component>
    {
      "visible": true,
      "id": "SampleCTAButtonContainer",
      "name": "SampleCTAButtonContainer",
      "type": "CTAButtonComponent",
      "text": "CTA Button Item 3",
      "background": {
        "code": "#000000"
      },
      "link": {
        "url": "#",
        "linkName": "Link Name"
      }
    }
    </cms:component>