Skip to content

Commit 9fc9546

Browse files
committed
feat: add flag for modern layout
1 parent 73c1053 commit 9fc9546

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ export interface customEnv {
9494
* @default false
9595
*/
9696
FEATURE_EXPERIMENTAL_THEMING_ENABLE?: boolean
97+
/**
98+
* If true, the experimental layout feature is enabled
99+
*/
100+
FEATURE_EXPERIMENTAL_MODERN_LAYOUT_ENABLE?: boolean
97101

98102
// ================== Feature flags for the enterprise release ==================
99103
/**

0 commit comments

Comments
 (0)