Skip to content

Core Call to Action component used by the GLA drupal accelerator and all drupal sites within the GLA estate

License

Notifications You must be signed in to change notification settings

GreaterLondonAuthority/gla_estate_component_cta

Repository files navigation

Drupal Code Quality

Accelerator 'call to action' component

This project contains the core component for the 'call to action' component used by the GLA drupal accelerator and all drupal sites within the GLA estate

installation

This project is downloaded using composer

composer require gla/accelerator-cta-core-component
   {
       "require": {
           "gla/accelerator-cta-core-component": "^1.0"
       }
   } 

Note: This project is currently accessible through a private pakagist,

    "repositories": [
        {
            "type": "composer",
            "url": "https://repo.packagist.com/greaterlondonauthori/"
        }
   ]

and will need an auth key/token

   {
      "http-basic": {
          "repo.packagist.com": {
              "username": "<USERNAME>",
              "password": "<TOKEN>"
          }
      }
   }