From fd82b16618f8feeaa3071a419a7527f60fa60a4e Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 27 Jun 2025 18:29:03 +0200 Subject: [PATCH] UPDATE Change textdomain from 'deliblocks' to 'carhop-blocks' in block.json --- plugins/carhop-blocks/blocks/chapter-section/src/block.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/carhop-blocks/blocks/chapter-section/src/block.json b/plugins/carhop-blocks/blocks/chapter-section/src/block.json index 6c16667..c707279 100644 --- a/plugins/carhop-blocks/blocks/chapter-section/src/block.json +++ b/plugins/carhop-blocks/blocks/chapter-section/src/block.json @@ -11,7 +11,7 @@ "supports": { "html": false }, - "textdomain": "deliblocks", + "textdomain": "carhop-blocks", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css",