You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
899 B
42 lines
899 B
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 3,
|
|
"name": "massivedynamic/wpsi-menu",
|
|
"version": "0.0.1",
|
|
"title": "WP Social Icons Menu",
|
|
"category": "widgets",
|
|
"icon": "networking",
|
|
"description": "WP Social Icons Menu Block for Gutenberg",
|
|
"example": {},
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"attributes": {
|
|
"orientation": {
|
|
"type": "string",
|
|
"enum": [
|
|
"horizontal",
|
|
"vertical"
|
|
],
|
|
"default": "horizontal"
|
|
},
|
|
"alignment": {
|
|
"type": "string",
|
|
"enum": [
|
|
"left",
|
|
"center",
|
|
"right"
|
|
],
|
|
"default": "center"
|
|
},
|
|
"exclude": {
|
|
"type": "array",
|
|
"default": []
|
|
}
|
|
},
|
|
"textdomain": "wpsi-menu",
|
|
"editorScript": "file:./index.js",
|
|
"editorStyle": "file:./index.css",
|
|
"style": "file:./style-index.css",
|
|
"render": "file:./render.php"
|
|
} |