Files
SIGE-WEB-snapshot/wp-content/plugins/wpdiscuz/assets/block/block.json

39 lines
954 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "comments/wpdiscuz",
"version": "0.1.0",
"title": "Comments wpDiscuz",
"category": "theme",
"icon": "admin-comments",
"description": "Example block scaffolded with Create Block tool.",
"usesContext": [
"postId",
"postType",
"queryId"
],
"supports": {
"align": [
"wide",
"full"
],
"html": false,
"__experimentalLayout": true,
"dimensions": {
"minHeight": true
},
"typography": {
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
}
},
"textdomain": "wpdiscuz",
"editorScript": "file:./index.js",
"editorStyle": "file:../../themes/default/style.css"
}