Skip to content

Commit 7b1b4ac

Browse files
committed
feat: add flag for application templates
1 parent 64aad96 commit 7b1b4ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ export interface customEnv {
105105
* @default false
106106
*/
107107
FEATURE_EXPERIMENTAL_THEMING_ENABLE?: boolean
108+
/**
109+
* If true, the application templates feature is enabled
110+
*
111+
* @default false
112+
*/
113+
FEATURE_APPLICATION_TEMPLATES_ENABLE?: boolean
108114
}
109115
declare global {
110116
interface Window {

0 commit comments

Comments
 (0)