plugin.json
{
"author": "author@example.com",
"name": "quest-log",
"version": "1.0.1",
"module": "/dist/index.js",
"assets": "/assets",
"config": {
"questsPerPage": 10
}
"locales": {
"en-US": {
"questsPerPage.title": "Quests per Page",
"questsPerPage.description": "The number of quests shown per page in the `<QuestLog>` component.",
},
"jp-JP": {
"questsPerPage.title": "1ページあたりのクエスト数",
"questsPerPage.description": "`<QuestLog>`コンポーネントで1ページに表示されるクエストの数。",
}
}
}