Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide alt text configuration options for images. #1037

Merged
merged 11 commits into from
Sep 30, 2024

Commits on Sep 18, 2024

  1. Provide alt text configuration options for images.

    * Within the Appearance Settings, users can select an element that can provide alt text for files.
    * Users can also write alt text via a new field on the file edit form. This field will override alt text provided by file metadata.
    * Images use a blank alt by default.
    * File markup no longer provides titles by default, nor populate titles using the alt attribute.
    * Browse views no longer assign "presentation" roles to the record images.
    kimisgold committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3d7be27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7aaca1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    c6e87e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05e28c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d405d2b View commit details
    Browse the repository at this point in the history
  4. Return empty string. #1037

    kimisgold committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    474d3d2 View commit details
    Browse the repository at this point in the history
  5. Hook up getAltText() to getProperty(). #1037

    * Use metadata() in file/show.
    kimisgold committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a6d9ddf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b17cdf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00761d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c461cf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68fc089 View commit details
    Browse the repository at this point in the history