formats/psquiz.format.ps1xml
|
<!--
Format type data generated 07/08/2023 13:36:06 by PROSPERO\Jeff This file was created using the New-PSFormatXML command that is part of the PSScriptTools module. https://github.com/jdhitsolutions/PSScriptTools --> <Configuration> <ViewDefinitions> <View> <Name>default</Name> <ViewSelectedBy> <TypeName>PSQuiz</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>"{0} [{1}]" -f $_.Path,$_.Updated</ScriptBlock> <Label>Path</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>21</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Version</Label> <Width>10</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Description</Label> <Width>47</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Questions</Label> <Width>10</Width> <Alignment>right</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Version</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> "{0}{1}{2}" -f "`e[38;5;228;3m",$_.Description,"`e[0m" </ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>Questions</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |