feat(editor): add i18n support for block meta display (#10831)

This commit is contained in:
Saul-Mirone
2025-03-13 11:28:56 +00:00
parent 0c9591f08e
commit 05f3069efd
7 changed files with 59 additions and 30 deletions
@@ -8,6 +8,7 @@
"include": ["./src"],
"references": [
{ "path": "../../components" },
{ "path": "../../gfx/turbo-renderer" },
{ "path": "../../model" },
{ "path": "../../rich-text" },
{ "path": "../../shared" },
@@ -8,6 +8,7 @@
"include": ["./src"],
"references": [
{ "path": "../../../framework/block-std" },
{ "path": "../../../framework/global" }
{ "path": "../../../framework/global" },
{ "path": "../../../framework/store" }
]
}