summaryrefslogtreecommitdiff
path: root/src/docs/cs-CZ/create-plugin.md
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-04-18 23:25:55 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-04-18 23:25:55 +0900
commit631091940ba13f23dd705596a243c8c585f0d64e (patch)
tree571966ad2bf8dde14026b4d253c0bb2d597c580f /src/docs/cs-CZ/create-plugin.md
parentMerge branch 'develop' (diff)
parent12.77.1 (diff)
downloadmisskey-631091940ba13f23dd705596a243c8c585f0d64e.tar.gz
misskey-631091940ba13f23dd705596a243c8c585f0d64e.tar.bz2
misskey-631091940ba13f23dd705596a243c8c585f0d64e.zip
Merge branch 'develop'
Diffstat (limited to 'src/docs/cs-CZ/create-plugin.md')
-rw-r--r--src/docs/cs-CZ/create-plugin.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docs/cs-CZ/create-plugin.md b/src/docs/cs-CZ/create-plugin.md
index 0d2fa19178..ec17b95186 100644
--- a/src/docs/cs-CZ/create-plugin.md
+++ b/src/docs/cs-CZ/create-plugin.md
@@ -1,7 +1,7 @@
# プラグインの作成
Misskey Webクライアントのプラグイン機能を使うと、クライアントを拡張し、様々な機能を追加できます。 ここではプラグインの作成にあたってのメタデータ定義や、AiScript APIリファレンスを掲載します。
-## メタデータ
+## Metadata
プラグインは、AiScriptのメタデータ埋め込み機能を使って、デフォルトとしてプラグインのメタデータを定義する必要があります。 メタデータは次のプロパティを含むオブジェクトです。
### name