mirror of
https://gh.wpcy.net/https://github.com/discourse/wp-discourse.git
synced 2026-05-25 05:03:57 +08:00
* 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
29 lines
No EOL
631 B
JSON
Vendored
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"
|
|
} |