Skip to content

Commit 37c59e1

Browse files
Standardizes "Markdown Text" terminology in manifests
Updates manifest files to replace "MD Text" with "Markdown Text" for better clarity and consistency. Adjusts related names, descriptions, and titles across English and Japanese locales.
1 parent 0b504ef commit 37c59e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

server/pkg/builtin/manifest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2802,9 +2802,9 @@ extensions:
28022802
placeholder: ${your property key}
28032803
ui: property_selector
28042804
- id: markdownInfoboxBetaBlock
2805-
name: MD Text
2805+
name: Markdown Text
28062806
type: infoboxBlock
2807-
description: Infobox MD Text Block
2807+
description: Infobox Markdown Text Block
28082808
schema:
28092809
groups:
28102810
- id: panel
@@ -2817,7 +2817,7 @@ extensions:
28172817
min: 0
28182818
max: 100
28192819
- id: default
2820-
title: MD Text Block
2820+
title: Markdown Text Block
28212821
fields:
28222822
- id: src
28232823
type: string

server/pkg/builtin/manifest_ja.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,11 +1392,11 @@ extensions:
13921392
padding:
13931393
title: 余白
13941394
markdownInfoboxBetaBlock:
1395-
name: MDテキスト
1396-
description: インフォボックスMDテキストブロック
1395+
name: マークダウンテキスト
1396+
description: インフォボックスマークダウンテキストブロック
13971397
propertySchema:
13981398
default:
1399-
title: MDテキストブロック
1399+
title: マークダウンテキストブロック
14001400
fields:
14011401
src:
14021402
title: コンテンツ

0 commit comments

Comments
 (0)