🗃 Adds optional item.rel attribute (fixes #1477)

This commit is contained in:
Alicia Sykes
2024-02-28 12:06:21 +00:00
parent 27995f8500
commit 417028b185
3 changed files with 8 additions and 1 deletions

View File

@@ -982,6 +982,11 @@
"type": "number",
"description": "A numeric shortcut key, between 0 and 9. Useful for quickly launching frequently used applications"
},
"rel": {
"title": "rel",
"type": "string",
"description": "The rel attribute for the link. For specifying the relationship between the current document and the linked document"
},
"tags": {
"title": "Tags",
"type": "array",