summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/html/block.json
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/html/block.json')
-rw-r--r--wp-includes/blocks/html/block.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/wp-includes/blocks/html/block.json b/wp-includes/blocks/html/block.json
new file mode 100644
index 0000000..b1a2ad6
--- /dev/null
+++ b/wp-includes/blocks/html/block.json
@@ -0,0 +1,22 @@
+{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
+ "apiVersion": 3,
+ "name": "core/html",
+ "title": "Custom HTML",
+ "category": "widgets",
+ "description": "Add custom HTML code and preview it as you edit.",
+ "keywords": [ "embed" ],
+ "textdomain": "default",
+ "attributes": {
+ "content": {
+ "type": "string",
+ "source": "raw"
+ }
+ },
+ "supports": {
+ "customClassName": false,
+ "className": false,
+ "html": false
+ },
+ "editorStyle": "wp-block-html-editor"
+}