Sfoglia il codice sorgente

add isSyncRevisionToHackmd

yuken 3 anni fa
parent
commit
0f5aac67af
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/app/src/interfaces/editor-settings.ts

+ 1 - 0
packages/app/src/interfaces/editor-settings.ts

@@ -44,4 +44,5 @@ export type OptionsToSave = {
   pageTags: string[] | null;
   pageTags: string[] | null;
   grantUserGroupId?: string | null;
   grantUserGroupId?: string | null;
   grantUserGroupName?: string | null;
   grantUserGroupName?: string | null;
+  isSyncRevisionToHackmd?: boolean;
 };
 };