Browse Source

enable Marp customization by setting default value to true

Yuki Takei 2 months ago
parent
commit
457425378f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/server/service/config-manager/config-definition.ts

+ 1 - 1
apps/app/src/server/service/config-manager/config-definition.ts

@@ -1041,7 +1041,7 @@ export const CONFIG_DEFINITIONS = {
     defaultValue: false,
   }),
   'customize:isEnabledMarp': defineConfig<boolean>({
-    defaultValue: false,
+    defaultValue: true,
   }),
   'customize:isSidebarCollapsedMode': defineConfig<boolean>({
     defaultValue: false,