su-sws/stanford_alt_check

A Drupal feature.

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 0

Open Issues: 0

Type:drupal-custom-module

7.1.1-alpha2 2018-06-27 00:09 UTC

This package is auto-updated.

Last update: 2024-02-29 02:53:11 UTC


README

Version: 7.x-1.x-dev

Maintainers: pookmish, jbickar, sherakama Changelog.txt

The Stanford Module feature is used to view and edit images that are missing alt texts. Image alt texts are a requirement as seen here.

Installation

  1. Install this module like any other module. See Drupal Documentation
  2. Navigate to admin/content/images - This page displays all images in image fields. It also provides an easy form to edit the alt text directly without viewing the entity.
  3. Navigate to admin/content/images/wysiwyg - This page displays all entities that have images in wysiwyg fields that are missing alt texts. You can then view the entity and edit the alt text directly.

Configuration

Nothing special needed.

Troubleshooting

If you are experiencing issues with this module try reinstalling the module first. If you are still experiencing issues try posting an issue on the GitHub issues page.

Contribution / Collaboration

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