mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-21 02:23:43 +03:00
20 lines
467 B
JSON
20 lines
467 B
JSON
![]() |
{
|
||
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
|
"apiVersion": 2,
|
||
|
"name": "wporg/pledge-edit-button",
|
||
|
"version": "1.0.0-7dc7e42",
|
||
|
"title": "Edit pledge button",
|
||
|
"category": "design",
|
||
|
"icon": "",
|
||
|
"description": "Render the pledge edit button and form.",
|
||
|
"textdomain": "wporg",
|
||
|
"supports": {
|
||
|
"html": false
|
||
|
},
|
||
|
"usesContext": [
|
||
|
"postId",
|
||
|
"postType"
|
||
|
],
|
||
|
"editorScript": "file:./index.js",
|
||
|
"style": "file:./style-index.css"
|
||
|
}
|