This module provides a footer block with common links to be used by all grad.arizona.edu Quickstart 2 / Drupal websites.
Assuming you have a Quickstart 2 site's git repository cloned, edit your site's
composer.json
file.
Add the following to the repositories
section:
{
"type": "vcs",
"url": "[email protected]:uazgraduatecollege/grad_drupal_common_footer.git"
}
And add the following to the require
section:
{
"uazgraduatecollege/grad_drupal_common_footer": "dev-main"
}
Commit your changes and re-initialize you site.
If using a site cloned from Pantheon, delete your composer.lock
file before
committing your changes and then git push
back up to the pantheon remote.
Enable the by navigating to your site's Admininistration => Extend
and clicking
the Grad Drupal Common Footer Block modules.
Alternatively, enable using terminus:
$ terminus remote:drush en grad_drupal_common_footer
Then navigate to the site's Blocks configuration, and assign the Grad Common Footer
to the Footer
region.
This module was created following the specbee Block Module Tutorial