User tests: Successful: Unsuccessful:
Pull Request Resolves #47211
I have read the Generative AI policy and confirm that my contribution is compatible with the policy and licensed under GNU/GPL 2 or later.
This pull request updates the system/schemaorg plugin to support the image property when it is provided as an array.
Previously, the plugin only supported a string value for image. However, according to Schema.org specifications, the image property may also be an array (e.g., multiple images for a product).
imagepreg_match()Apply this pull request.
Enable the System - Schemaorg plugin.
Test structured data using:
image as a stringimage as an array of stringsVerify:
image as a string.preg_match().image.| Status | New | ⇒ | Pending |
| Category | ⇒ | External Library Composer Change Front End Plugins |
| Status | Pending | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-03-20 09:08:26 |
| Closed_By | ⇒ | mohsinkhan85090 | |
| Labels |
Added:
Composer Dependency Changed
PR-5.4-dev
|
||
Hi @richard67, I’ve created a new PR with a clean commit, fixing only the relevant file and addressing code style issues.
I’m currently monitoring CI checks and testing. Please let me know if anything needs improvement.