--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-includes/blocks/freeform/block.json Wed Sep 21 18:19:35 2022 +0200
@@ -0,0 +1,20 @@
+{
+ "apiVersion": 2,
+ "name": "core/freeform",
+ "title": "Classic",
+ "category": "text",
+ "description": "Use the classic WordPress editor.",
+ "textdomain": "default",
+ "attributes": {
+ "content": {
+ "type": "string",
+ "source": "html"
+ }
+ },
+ "supports": {
+ "className": false,
+ "customClassName": false,
+ "reusable": false
+ },
+ "editorStyle": "wp-block-freeform-editor"
+}