|
@@ -196,6 +196,7 @@ module.exports = function(crowi, app) {
|
|
|
actions.customize.index = function(req, res) {
|
|
actions.customize.index = function(req, res) {
|
|
|
const settingForm = configManager.getConfigByPrefix('crowi', 'customize:');
|
|
const settingForm = configManager.getConfigByPrefix('crowi', 'customize:');
|
|
|
|
|
|
|
|
|
|
+ // TODO delete after apiV3
|
|
|
/* eslint-disable quote-props, no-multi-spaces */
|
|
/* eslint-disable quote-props, no-multi-spaces */
|
|
|
const highlightJsCssSelectorOptions = {
|
|
const highlightJsCssSelectorOptions = {
|
|
|
'github': { name: '[Light] GitHub', border: false },
|
|
'github': { name: '[Light] GitHub', border: false },
|