Changeset 50929 for trunk/src/wp-includes/blocks/quote/block.json
- Timestamp:
- 05/19/2021 03:07:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/quote/block.json
r50824 r50929 2 2 "apiVersion": 2, 3 3 "name": "core/quote", 4 "title": "Quote", 4 5 "category": "text", 6 "description": "Give quoted text visual emphasis. \"In quoting others, we cite ourselves.\" — Julio Cortázar", 7 "keywords": [ "blockquote", "cite" ], 8 "textdomain": "default", 5 9 "attributes": { 6 10 "value": { … … 26 30 "anchor": true 27 31 }, 32 "styles": [ 33 { 34 "name": "default", 35 "label": "Default", 36 "isDefault": true 37 }, 38 { "name": "large", "label": "Large" } 39 ], 28 40 "editorStyle": "wp-block-quote-editor", 29 41 "style": "wp-block-quote"
Note: See TracChangeset
for help on using the changeset viewer.