From 1618db57db707de285540e23b433b294a167d066 Mon Sep 17 00:00:00 2001 From: egecankomur Date: Thu, 14 May 2026 22:39:30 +0300 Subject: [PATCH] feat(theme): remove collapsible=none option from sidebar customizer --- src/config/theme-customizer-constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config/theme-customizer-constants.ts b/src/config/theme-customizer-constants.ts index 311fe15..4617715 100644 --- a/src/config/theme-customizer-constants.ts +++ b/src/config/theme-customizer-constants.ts @@ -23,7 +23,6 @@ export const sidebarVariants: SidebarVariant[] = [ export const sidebarCollapsibleOptions: SidebarCollapsibleOption[] = [ { name: "Gizle", value: "offcanvas", description: "Görünümden tamamen kayar" }, { name: "İkon", value: "icon", description: "Sadece ikonlar görünür" }, - { name: "Sabit", value: "none", description: "Her zaman açık" }, ] export const sidebarSideOptions: SidebarSideOption[] = [