Files
NodeBB/public/language/da/admin/appearance/customise.json

16 lines
988 B
JSON
Raw Normal View History

2016-12-01 19:27:52 -07:00
{
2018-01-20 09:24:49 +00:00
"custom-css": "Custom CSS/LESS",
"custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.",
"custom-css.enable": "Enable Custom CSS/LESS",
2016-12-01 19:27:52 -07:00
2017-11-29 09:25:43 +00:00
"custom-js": "Custom Javascript",
"custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.",
"custom-js.enable": "Enable Custom Javascript",
2016-12-01 19:27:52 -07:00
"custom-header": "Custom Header",
2019-06-06 09:26:45 +00:00
"custom-header.description": "Enter custom HTML here (ex. Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup. Script tags are allowed, but are discouraged, as the <a href=\"#custom-js\" data-toggle=\"tab\">Custom Javascript</a> tab is available.",
2017-05-31 09:22:56 +00:00
"custom-header.enable": "Enable Custom Header",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
2016-12-01 19:27:52 -07:00
}