mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-02 01:01:18 +03:00
17 lines
431 B
JSON
17 lines
431 B
JSON
![]() |
{
|
||
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
|
"apiVersion": 2,
|
||
|
"name": "wporg/my-pledge-list",
|
||
|
"version": "1.0.0-35b7566",
|
||
|
"title": "My pledges",
|
||
|
"category": "design",
|
||
|
"icon": "",
|
||
|
"description": "List out the pledges for this user.",
|
||
|
"textdomain": "wporg",
|
||
|
"supports": {
|
||
|
"html": false
|
||
|
},
|
||
|
"editorScript": "file:./index.js",
|
||
|
"style": "file:./style-index.css",
|
||
|
"render": "file:./render.php"
|
||
|
}
|