Skip to content

Commit

Permalink
feat: add htmlblock to built-in plugin (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 committed Feb 14, 2023
1 parent 707601a commit 51c79ac
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
16 changes: 16 additions & 0 deletions server/pkg/builtin/manifest.yml
Expand Up @@ -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
Expand Down
13 changes: 12 additions & 1 deletion server/pkg/builtin/manifest_ja.yml
Expand Up @@ -638,7 +638,7 @@ extensions:
description: 地表の凹凸に沿うようにポリゴンなどのデータを表示します。
textblock:
name: テキスト
description: Text block
description: Textブロック
propertySchema:
default:
title: テキストブロック
Expand All @@ -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: 画像ブロック
Expand Down

0 comments on commit 51c79ac

Please sign in to comment.