[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 { 2 "$schema": "https://schemas.wp.org/trunk/block.json", 3 "apiVersion": 3, 4 "name": "core/more", 5 "title": "More", 6 "category": "design", 7 "description": "Content before this block will be shown in the excerpt on your archives page.", 8 "keywords": [ "read more" ], 9 "textdomain": "default", 10 "attributes": { 11 "customText": { 12 "type": "string", 13 "default": "" 14 }, 15 "noTeaser": { 16 "type": "boolean", 17 "default": false 18 } 19 }, 20 "supports": { 21 "customClassName": false, 22 "className": false, 23 "html": false, 24 "multiple": false, 25 "interactivity": { 26 "clientNavigation": true 27 } 28 }, 29 "editorStyle": "wp-block-more-editor" 30 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |