| 1 |
<?php // phpcs:ignore Internal.NoCodeFound ?> |
| 2 |
{{schema name="core/image" separate-in-graph=true }} |
| 3 |
{ |
| 4 |
"@type": "ImageObject", |
| 5 |
"@id": {{block-id}}, |
| 6 |
"url": {{attribute name="url" }}, |
| 7 |
"width": {{attribute name="width" }}, |
| 8 |
"height": {{attribute name="height" }}, |
| 9 |
"caption": {{html name="caption" }} |
| 10 |
} |
| 11 |
|