fix(routes/api/options): readd splitEditorOrientation option

got deleted accidentally by 49076e3cf6 (diff-85a967d423ba952960f6b0b8fd74f2f4aa84e3d94fa68d3404a68a205a4b4cb6)
This commit is contained in:
Panagiotis Papadopoulos 2025-04-17 23:28:04 +02:00
parent 2e8ab7e2a2
commit 93f645fc5b

View File

@ -82,6 +82,7 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([
"allowedHtmlTags", "allowedHtmlTags",
"redirectBareDomain", "redirectBareDomain",
"showLoginInShareTheme", "showLoginInShareTheme",
"splitEditorOrientation",
// AI/LLM integration options // AI/LLM integration options
"aiEnabled", "aiEnabled",