1
0

feat: localizable dialog title for enter section title (#14401)

* feat: localizable dialog title for enter section title

* refactor: define `getPageBlockList` in separated file and import instead of provide/inject
This commit is contained in:
anatawa12
2024-08-16 21:47:44 +09:00
committed by GitHub
parent 6db3c50e32
commit 748a7e8f6a
5 changed files with 23 additions and 13 deletions
+4
View File
@@ -8985,6 +8985,10 @@ export interface Locale extends ILocale {
* ブロックを追加
*/
"chooseBlock": string;
/**
* セクションタイトルを入力
*/
"enterSectionTitle": string;
/**
* 種類を選択
*/