Skip to content

Commit 1284311

Browse files
committed
chore: update DrawerVariantsTemplate to set IsAvailable to false
1 parent 1c3a8e1 commit 1284311

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ShellUI.Templates/Templates/DrawerVariantsTemplate.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public class DrawerVariantsTemplate
1111
Description = "DrawerSide enum and DrawerVariants utility class for Drawer subcomponents",
1212
Category = ComponentCategory.Utility,
1313
FilePath = "Variants/DrawerVariants.cs",
14+
IsAvailable = false,
1415
Dependencies = new List<string>(),
1516
Tags = new List<string> { "overlay", "drawer", "variants" }
1617
};

0 commit comments

Comments
 (0)