Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 93f645f

Browse files
committed
fix(routes/api/options): readd splitEditorOrientation option
got deleted accidentally by 49076e3#diff-85a967d423ba952960f6b0b8fd74f2f4aa84e3d94fa68d3404a68a205a4b4cb6
1 parent 2e8ab7e commit 93f645f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/api/options.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([
8282
"allowedHtmlTags",
8383
"redirectBareDomain",
8484
"showLoginInShareTheme",
85+
"splitEditorOrientation",
8586

8687
// AI/LLM integration options
8788
"aiEnabled",

0 commit comments

Comments
 (0)