Skip to content

Commit

Permalink
chore: update json schema for mapped_locations
Browse files Browse the repository at this point in the history
closes #776
  • Loading branch information
JanDeDobbeleer committed Jun 8, 2021
1 parent f372083 commit d7e1d5d
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions themes/schema.json
Expand Up @@ -1169,24 +1169,10 @@
"default": "folder"
},
"mapped_locations": {
"type": "array",
"type": "object",
"title": "Mapped Locations",
"description": "Custom glyph/text for specific paths",
"items": {
"type": "array",
"items": [
{
"type": "string",
"title": "Filesystem path"
},
{
"type": "string",
"title": "Replacement text"
}
],
"minItems": 2,
"maxItems": 2,
"additionalItems": false
"default": {}
}
},
"mapped_locations_enabled": {
Expand Down

0 comments on commit d7e1d5d

Please sign in to comment.