File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
apps/builder/app/builder/features/style-panel/sections/layout
packages/feature-flags/src Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 11import { useState , type ReactNode } from "react" ;
2- import { isFeatureEnabled } from "@webstudio-is/feature-flags" ;
32import {
43 theme ,
54 Box ,
@@ -465,10 +464,6 @@ const orderedDisplayValues = [
465464 "none" ,
466465] ;
467466
468- if ( isFeatureEnabled ( "displayContents" ) ) {
469- orderedDisplayValues . push ( "contents" ) ;
470- }
471-
472467export const properties = [
473468 "display" ,
474469 "flexDirection" ,
Original file line number Diff line number Diff line change 11// Only for development, is not supposed to be enabled at all.
2- export const displayContents = false ;
32export const internalComponents = false ;
43export const unsupportedBrowsers = false ;
54export const aiRadixComponents = false ;
You can’t perform that action at this time.
0 commit comments