more bases
This commit is contained in:
24
Templates/Bases/Place type.base
Normal file
24
Templates/Bases/Place type.base
Normal file
@@ -0,0 +1,24 @@
|
||||
filters:
|
||||
and:
|
||||
- contains(type, concat("[[", this.file.name, "]]"))
|
||||
display:
|
||||
property.rating: Rating
|
||||
file.name: Name
|
||||
property.loc: Location
|
||||
property.last: Last
|
||||
views:
|
||||
- type: table
|
||||
name: Default view
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- last
|
||||
- loc
|
||||
sort:
|
||||
- column: property.last
|
||||
direction: DESC
|
||||
- column: property.rating
|
||||
direction: ASC
|
||||
columnSize:
|
||||
property.rating: 94
|
||||
property.loc: 270
|
||||
Reference in New Issue
Block a user