FormattingFiles/Development/Widgets/WidgetInfo.format.ps1xml

<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
  <ViewDefinitions>
    <View>
      <Name>Widget</Name>
      <ViewSelectedBy>
        <TypeName>CMS.PortalEngine.WidgetInfo</TypeName>
      </ViewSelectedBy>
      <TableControl>
        <TableHeaders>
          <TableColumnHeader>
            <Width>25</Width>
          </TableColumnHeader>
          <TableColumnHeader>
            <Width>25</Width>
          </TableColumnHeader>
          <TableColumnHeader>
            <Width>25</Width>
            <Label>Path</Label>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>WidgetDisplayName</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>WidgetName</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <ScriptBlock>
                  "$(($_ | Get-CMSWidgetCategory).WidgetCategoryPath)/$($_.WidgetName)"
                </ScriptBlock>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
  </ViewDefinitions>
</Configuration>