-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PSJekyll.format.ps1xml
38 lines (38 loc) · 1.18 KB
/
PSJekyll.format.ps1xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!-- Generated with EZOut 2.0.6: Install-Module EZOut or https://github.com/StartAutomating/EZOut -->
<Configuration>
<ViewDefinitions>
<View>
<Name>PSJekyll.Site</Name>
<ViewSelectedBy>
<TypeName>PSJekyll.Site</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
<TableColumnHeader>
</TableColumnHeader>
<TableColumnHeader>
<Label>Page.Count</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>Post.Count</Label>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>SiteName</PropertyName>
</TableColumnItem>
<TableColumnItem>
<ScriptBlock> $_.Page.Count </ScriptBlock>
</TableColumnItem>
<TableColumnItem>
<ScriptBlock> $_.Post.Count </ScriptBlock>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>