Backoffice fun
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
d:DesignHeight="450" d:DesignWidth="800"
|
||||
Padding="10">
|
||||
|
||||
<StackPanel>
|
||||
<TextBlock>Metafield Groups:</TextBlock>
|
||||
<CheckBox Content="Fitment" />
|
||||
<CheckBox Content="Product Feed" />
|
||||
<StackPanel x:Name="ContentPanel">
|
||||
<TextBlock>Metafield Groups:</TextBlock>
|
||||
<CheckBox x:Name="Fitment" Content="Fitment" />
|
||||
<CheckBox x:Name="ProductFeed" Content="Product Feed" />
|
||||
</StackPanel>
|
||||
</UserControl>
|
||||
|
||||
Reference in New Issue
Block a user