| 1 |
{ |
| 2 |
"apiVersion": 2, |
| 3 |
"name": "core/media-text", |
| 4 |
"category": "media", |
| 5 |
"attributes": { |
| 6 |
"align": { |
| 7 |
"type": "string", |
| 8 |
"default": "wide" |
| 9 |
}, |
| 10 |
"mediaAlt": { |
| 11 |
"type": "string", |
| 12 |
"source": "attribute", |
| 13 |
"selector": "figure img", |
| 14 |
"attribute": "alt", |
| 15 |
"default": "" |
| 16 |
}, |
| 17 |
"mediaPosition": { |
| 18 |
"type": "string", |
| 19 |
"default": "left" |
| 20 |
}, |
| 21 |
"mediaId": { |
| 22 |
"type": "number" |
| 23 |
}, |
| 24 |
"mediaUrl": { |
| 25 |
"type": "string", |
| 26 |
"source": "attribute", |
| 27 |
"selector": "figure video,figure img", |
| 28 |
"attribute": "src" |
| 29 |
}, |
| 30 |
"mediaLink": { |
| 31 |
"type": "string" |
| 32 |
}, |
| 33 |
"linkDestination": { |
| 34 |
"type": "string" |
| 35 |
}, |
| 36 |
"linkTarget": { |
| 37 |
"type": "string", |
| 38 |
"source": "attribute", |
| 39 |
"selector": "figure a", |
| 40 |
"attribute": "target" |
| 41 |
}, |
| 42 |
"href": { |
| 43 |
"type": "string", |
| 44 |
"source": "attribute", |
| 45 |
"selector": "figure a", |
| 46 |
"attribute": "href" |
| 47 |
}, |
| 48 |
"rel": { |
| 49 |
"type": "string", |
| 50 |
"source": "attribute", |
| 51 |
"selector": "figure a", |
| 52 |
"attribute": "rel" |
| 53 |
}, |
| 54 |
"linkClass": { |
| 55 |
"type": "string", |
| 56 |
"source": "attribute", |
| 57 |
"selector": "figure a", |
| 58 |
"attribute": "class" |
| 59 |
}, |
| 60 |
"mediaType": { |
| 61 |
"type": "string" |
| 62 |
}, |
| 63 |
"mediaWidth": { |
| 64 |
"type": "number", |
| 65 |
"default": 50 |
| 66 |
}, |
| 67 |
"mediaSizeSlug": { |
| 68 |
"type": "string" |
| 69 |
}, |
| 70 |
"isStackedOnMobile": { |
| 71 |
"type": "boolean", |
| 72 |
"default": true |
| 73 |
}, |
| 74 |
"verticalAlignment": { |
| 75 |
"type": "string" |
| 76 |
}, |
| 77 |
"imageFill": { |
| 78 |
"type": "boolean" |
| 79 |
}, |
| 80 |
"focalPoint": { |
| 81 |
"type": "object" |
| 82 |
} |
| 83 |
}, |
| 84 |
"supports": { |
| 85 |
"anchor": true, |
| 86 |
"align": [ "wide", "full" ], |
| 87 |
"html": false, |
| 88 |
"color": { |
| 89 |
"gradients": true, |
| 90 |
"link": true |
| 91 |
} |
| 92 |
}, |
| 93 |
"editorStyle": "wp-block-media-text-editor", |
| 94 |
"style": "wp-block-media-text" |
| 95 |
} |
| 96 |
|