five-for-the-future/themes/wporg-5ftf-2024/build/pledge-teams/block.json

24 lines
535 B
JSON
Raw Normal View History

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "wporg/pledge-teams",
"version": "1.0.0-7dc7e42",
"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": [
"dashicons",
"file:./style-index.css"
],
"render": "file:./render.php"
}