- π¨π¦Canada iStryker
Marking all 7.x as out of date. If the problem persists, then only a new issue.
Currently image captions appear in all view modes. In some contexts this is now what's desired. For example, a teaser view may include a photo but not its caption.
Provide the ability to configure caption display on the Manage Display page for each content type.
In Drupal 7, the preferred solution for modifying the settings of another module's field formatters is to use the Field Formatter Settings β helper module.
To avoid introducing a new dependency, which might require a new branch, implement this as an optional enhancement.
Test for the view mode configuration in a field preprocessor. Also move sanitizing out of the theme functions to that preprocessor.
Add an update to clear caches so the new hook implementations are recognized?
Image caption display is configurable per field per view mode.
Introduces the ability to configure image caption display per view mode. This optional enhancement requires the Field Formatter Settings module to be installed.
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Marking all 7.x as out of date. If the problem persists, then only a new issue.