3.10.0.9
Fixed issue with Not Configured for Custom Compliance script. Added option to skip date when generating MD document.
This commit is contained in:
@@ -85,4 +85,10 @@
|
||||
<ComboBox Name="cbMDDocumentOutputFile" Margin="0,5,0,0" MinWidth="250" Grid.Row='4' Grid.Column="1" HorizontalAlignment="Left"
|
||||
DisplayMemberPath="Name" SelectedValuePath="Value" />
|
||||
|
||||
<StackPanel Orientation="Horizontal" Grid.Row='5' Margin="0,5,5,0" >
|
||||
<Label Content="Skip date in Generated Info" />
|
||||
<Rectangle Style="{DynamicResource InfoIcon}" ToolTip="Skip the date when the documentation was generated." />
|
||||
</StackPanel>
|
||||
<CheckBox Grid.Column='1' Grid.Row='5' Name='cbMDDocumentSkipDate' VerticalAlignment="Center" IsChecked="true" />
|
||||
|
||||
</Grid>
|
||||
Reference in New Issue
Block a user