Maintainers: Kassie Sharp
Changelog: Changelog.txt
The Stanford Person Tagging module is used to tag Stanford Person content with taxonomy terms based on Stanford workgroup membership.
Evaluation Date: 201X-XX-XX
This module conforms to level AA WCAG 2.0 standards as required by the university's accessibility policy. For more information on the policy please visit: https://ucomm.stanford.edu/policies/accessibility-policy.html.
Install this module like any other module. See Drupal Documentation
Nothing special needed.
If you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page.
If you wish to develop on this module you will most likely need to compile some new css. Please use the sass structure provided and compile with the sass compiler packaged in this module. To install:
npm install
npm run build
You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see GitHub's article on fork, branch, and pull requests