mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-25 04:13:44 +03:00
19 lines
474 B
JSON
19 lines
474 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
|
"apiVersion": 2,
|
|
"name": "wporg/pledge-teams",
|
|
"version": "0.1.0",
|
|
"title": "Pledge teams",
|
|
"category": "design",
|
|
"icon": "",
|
|
"description": "List out the teams supported by this organization's pledge.",
|
|
"textdomain": "wporg",
|
|
"supports": {
|
|
"html": false
|
|
},
|
|
"usesContext": [ "postId", "postType" ],
|
|
"editorScript": "file:./index.js",
|
|
"style": "file:./style-index.css",
|
|
"render": "file:./render.php"
|
|
}
|