diff --git a/server/pkg/builtin/manifest.yml b/server/pkg/builtin/manifest.yml index dc93886562..8cfd69e8ad 100644 --- a/server/pkg/builtin/manifest.yml +++ b/server/pkg/builtin/manifest.yml @@ -1378,22 +1378,6 @@ 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 @@ -1530,6 +1514,22 @@ extensions: field: item_datatype type: string value: number + - 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: menu type: widget name: Menu (legacy) diff --git a/server/pkg/builtin/manifest_ja.yml b/server/pkg/builtin/manifest_ja.yml index a009df94f3..aff17e0cc3 100644 --- a/server/pkg/builtin/manifest_ja.yml +++ b/server/pkg/builtin/manifest_ja.yml @@ -663,17 +663,6 @@ extensions: description: "右端の余白を設定します。最小0px・最大40ox" typography: title: フォント - htmlblock: - name: HTML - description: HTMLブロック - propertySchema: - default: - title: HTMLブロック - fields: - title: - title: タイトル - html: - title: HTML imageblock: name: 画像 description: 画像ブロック @@ -755,6 +744,17 @@ extensions: title: データ(文字) item_datanum: title: データ(数字) + htmlblock: + name: HTML + description: HTMLブロック + propertySchema: + default: + title: HTMLブロック + fields: + title: + title: タイトル + html: + title: HTML menu: name: メニュー (廃止予定) description: |