Skip to content

Commit

Permalink
fix(server): htmlblock order (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 authored Feb 14, 2023
1 parent 51c79ac commit bb1b9cd
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
32 changes: 16 additions & 16 deletions server/pkg/builtin/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down
22 changes: 11 additions & 11 deletions server/pkg/builtin/manifest_ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 画像ブロック
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit bb1b9cd

Please sign in to comment.