wp/wp-includes/blocks/social-link/block.json
changeset 16 a86126ab1dd4
child 18 be944660c56a
equal deleted inserted replaced
15:3d4e9c994f10 16:a86126ab1dd4
       
     1 {
       
     2 	"name": "core/social-link",
       
     3 	"category": "widgets",
       
     4 	"parent": [
       
     5 		"core/social-links"
       
     6 	],
       
     7 	"attributes": {
       
     8 		"url": {
       
     9 			"type": "string"
       
    10 		},
       
    11 		"service": {
       
    12 			"type": "string"
       
    13 		},
       
    14 		"label": {
       
    15 			"type": "string"
       
    16 		}
       
    17 	},
       
    18 	"supports": {
       
    19 		"reusable": false,
       
    20 		"html": false,
       
    21 		"lightBlockWrapper": true
       
    22 	}
       
    23 }