wp-discourse/blocks/comments/build/block.json
Angus McLeod cb91768161
Two Four Seven (#469)
* Add comment block

* Various bugfixes

* Bump versions

* Fix unit tests

* phpcs fixes

* Escape html output

* Update .jshintignore

* Update WP PHPCS usage && fix warning in log_viewer

* Update contact section of readme

We'll be closing issues on the github repo and directing all contact to https://meta.discourse.org/c/support/wordpress
2022-12-23 11:28:43 -08:00

29 lines
No EOL
631 B
JSON
Vendored

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "wp-discourse/comments",
"title": "Discourse Comments",
"category": "theme",
"description": "Shows replies in Discourse as comments in Wordpress.",
"keywords": [
"discourse",
"comments"
],
"version": "1.0.0",
"textdomain": "wp-discourse",
"supports": {
"align": true,
"__experimentalLayout": {
"allowSwitching": false,
"default": {
"inherit": true
}
}
},
"usesContext": [
"postId",
"postType"
],
"editorScript": "file:./index.js",
"editorStyle": "comment_styles"
}