51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"pageTitle": {
|
|
"label": "ページタイトル",
|
|
"description": "左上のダッシュボードのタイトル"
|
|
},
|
|
"metaTitle": {
|
|
"label": "メタ・タイトル",
|
|
"description": "ブラウザのタブに表示されるタイトル"
|
|
},
|
|
"logo": {
|
|
"label": "ロゴ",
|
|
"description": "左上に表示されるロゴ"
|
|
},
|
|
"favicon": {
|
|
"label": "ファビコン",
|
|
"description": "ブラウザのタブに表示されるアイコン"
|
|
},
|
|
"background": {
|
|
"label": "背景"
|
|
},
|
|
"backgroundImageAttachment": {
|
|
"label": "",
|
|
"options": {
|
|
"fixed": "",
|
|
"scroll": ""
|
|
}
|
|
},
|
|
"backgroundImageSize": {
|
|
"label": "",
|
|
"options": {
|
|
"cover": "",
|
|
"contain": ""
|
|
}
|
|
},
|
|
"backgroundImageRepeat": {
|
|
"label": "",
|
|
"options": {
|
|
"repeat": "",
|
|
"no-repeat": "",
|
|
"repeat-x": "",
|
|
"repeat-y": ""
|
|
}
|
|
},
|
|
"customCSS": {
|
|
"label": "カスタムCSS",
|
|
"description": "さらに、CSS を使用してダッシュボードをカスタマイズします。経験豊富なユーザーにのみお勧めします。",
|
|
"placeholder": "カスタムCSSは最後に適用されます",
|
|
"applying": "CSSを適用中..."
|
|
}
|
|
}
|