Changeset 59775 for trunk/src/wp-includes/blocks/file/block.json
- Timestamp:
- 02/07/2025 03:44:07 PM (14 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/file/block.json (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/file/block.json
r59119 r59775 17 17 }, 18 18 "href": { 19 "type": "string" 19 "type": "string", 20 "role": "content" 20 21 }, 21 22 "fileId": { … … 28 29 "type": "rich-text", 29 30 "source": "rich-text", 30 "selector": "a:not([download])" 31 "selector": "a:not([download])", 32 "role": "content" 31 33 }, 32 34 "textLinkHref": { … … 34 36 "source": "attribute", 35 37 "selector": "a:not([download])", 36 "attribute": "href" 38 "attribute": "href", 39 "role": "content" 37 40 }, 38 41 "textLinkTarget": { … … 49 52 "type": "rich-text", 50 53 "source": "rich-text", 51 "selector": "a[download]" 54 "selector": "a[download]", 55 "role": "content" 52 56 }, 53 57 "displayPreview": {
Note: See TracChangeset
for help on using the changeset viewer.