Reputation: 420
I have 10 images without a title assigned in filelist module and I have used each of these images 20 times on my website. This will result in 200 sys_file_reference records in database without any title as I have not set a title for each file reference.
Now, I want to optimize my website for SEO. It would be good to add title, alt and description for my images. Instead of editing 200 reference records I just go to filelist and edit this data directly in my 10 images. But TYPO3 still does not render this title.
Currently I have to open each reference record and deactivate the Checkbox "Set element specific value (Default: "MyTitle")", which I have never set.
Do you know an easier way? Is this a TYPO3 bug?
Stefan
I'm using TYPO3 8.7.1. Maybe someone can add this version to stackoverflow tags.
Upvotes: 1
Views: 328
Reputation: 43
For me it seems that you have to set the title field in the sys_file_reference table to NULL again. This will deactivate the checkbox.
Upvotes: 1