wp/wp-includes/blocks/read-more/block.json
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     1 {
     1 {
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     3 	"apiVersion": 2,
     3 	"apiVersion": 3,
     4 	"name": "core/read-more",
     4 	"name": "core/read-more",
     5 	"title": "Read More",
     5 	"title": "Read More",
     6 	"category": "theme",
     6 	"category": "theme",
     7 	"description": "Displays the link of a post, page, or any other content-type.",
     7 	"description": "Displays the link of a post, page, or any other content-type.",
     8 	"textdomain": "default",
     8 	"textdomain": "default",
    48 			"radius": true,
    48 			"radius": true,
    49 			"width": true,
    49 			"width": true,
    50 			"__experimentalDefaultControls": {
    50 			"__experimentalDefaultControls": {
    51 				"width": true
    51 				"width": true
    52 			}
    52 			}
       
    53 		},
       
    54 		"interactivity": {
       
    55 			"clientNavigation": true
    53 		}
    56 		}
    54 	},
    57 	},
    55 	"style": "wp-block-read-more"
    58 	"style": "wp-block-read-more"
    56 }
    59 }