Changeset 57377 for trunk/src/wp-includes/blocks/file/block.json
- Timestamp:
- 01/29/2024 09:04:18 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/file/block.json
r56710 r57377 22 22 }, 23 23 "fileName": { 24 "type": " string",25 "source": " html",24 "type": "rich-text", 25 "source": "rich-text", 26 26 "selector": "a:not([download])" 27 27 }, … … 43 43 }, 44 44 "downloadButtonText": { 45 "type": " string",46 "source": " html",45 "type": "rich-text", 46 "source": "rich-text", 47 47 "selector": "a[download]" 48 48 }, … … 73 73 "interactivity": true 74 74 }, 75 "viewScript": "file:./view.min.js",76 75 "editorStyle": "wp-block-file-editor", 77 76 "style": "wp-block-file"
Note: See TracChangeset
for help on using the changeset viewer.