diff --git a/server/pkg/builtin/manifest.yml b/server/pkg/builtin/manifest.yml index 335411ce5d..dc93886562 100644 --- a/server/pkg/builtin/manifest.yml +++ b/server/pkg/builtin/manifest.yml @@ -1378,6 +1378,22 @@ extensions: - id: typography type: typography title: Font + - id: htmlblock + type: block + name: HTML + description: HTML block + schema: + groups: + - id: default + title: HTML block + fields: + - id: title + type: string + title: Title + - id: html + type: string + title: HTML + ui: multiline - id: imageblock type: block name: Image diff --git a/server/pkg/builtin/manifest_ja.yml b/server/pkg/builtin/manifest_ja.yml index 35a8c8d784..a009df94f3 100644 --- a/server/pkg/builtin/manifest_ja.yml +++ b/server/pkg/builtin/manifest_ja.yml @@ -638,7 +638,7 @@ extensions: description: 地表の凹凸に沿うようにポリゴンなどのデータを表示します。 textblock: name: テキスト - description: Text block + description: Textブロック propertySchema: default: title: テキストブロック @@ -663,6 +663,17 @@ extensions: description: "右端の余白を設定します。最小0px・最大40ox" typography: title: フォント + htmlblock: + name: HTML + description: HTMLブロック + propertySchema: + default: + title: HTMLブロック + fields: + title: + title: タイトル + html: + title: HTML imageblock: name: 画像 description: 画像ブロック