Problem/Motivation

The AI Image Alt Text module currently supports generating alt text for images uploaded via standard image widgets. However, when using the Focal Point module (which provides its own image widget), the AI Image Alt Text functionality is not triggered.

Proposed resolution

I have provided a patch to fix the issue.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

ayrmax created an issue. See original summary.

ayrmax’s picture

Issue summary: View changes
StatusFileSize
new856 bytes
ayrmax’s picture

StatusFileSize
new795 bytes

I have updated the Patch.

anybody’s picture

Version: 1.0.1 » 1.0.x-dev
Status: Active » Needs work

@ayrmax could you please provide this as MR instead?

rpayanm made their first commit to this issue’s fork.

rpayanm’s picture

I have created a MR from #3

ericras’s picture

The strategy in #3476380: Add support for other image based widgets is more generalized and would be preferable to hard coding a check for a specific module.