mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-08 01:42:58 +02:00
feat: add default sorting, grouping, and filtering options for contents dashboard #1036
This commit is contained in:
@@ -726,6 +726,28 @@
|
||||
"markdownDescription": "%setting.frontMatter.dashboard.content.pagination.markdownDescription%",
|
||||
"scope": "Dashboard"
|
||||
},
|
||||
"frontMatter.dashboard.content.defaults": {
|
||||
"type": "object",
|
||||
"markdownDescription": "%setting.frontMatter.dashboard.content.defaults.markdownDescription%",
|
||||
"scope": "Dashboard",
|
||||
"properties": {
|
||||
"sorting": {
|
||||
"type": "string",
|
||||
"description": "%setting.frontMatter.dashboard.content.defaults.properties.sorting.description%"
|
||||
},
|
||||
"grouping": {
|
||||
"type": "string",
|
||||
"description": "%setting.frontMatter.dashboard.content.defaults.properties.grouping.description%"
|
||||
},
|
||||
"filters": {
|
||||
"type": "object",
|
||||
"description": "%setting.frontMatter.dashboard.content.defaults.properties.filters.description%",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"frontMatter.dashboard.content.cardTags": {
|
||||
"type": "string",
|
||||
"default": "tags",
|
||||
|
||||
Reference in New Issue
Block a user