🗃️ Adds nav link target attribute to docs and schema (#552)

This commit is contained in:
Alicia Sykes
2022-03-26 20:04:51 +00:00
parent b7c84bb1dd
commit a9ae53ef7c
2 changed files with 13 additions and 0 deletions

View File

@@ -36,6 +36,18 @@
},
"path": {
"type": "string"
},
"target": {
"title": "Opening Method",
"type": "string",
"enum": [
"newtab",
"sametab",
"parent",
"top"
],
"default": "newtab",
"description": "Where / how the item is opened when it's clicked"
}
}
}