1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-27 06:01:54 +03:00

add tests for priority

This commit is contained in:
Jean-René ROUET
2023-07-11 14:11:13 +02:00
parent 4d399f6ba7
commit 3a36d3c847
6 changed files with 79 additions and 8 deletions

View File

@ -5,5 +5,7 @@
"tags": [
{"name": "Category", "value": "Top Content"},
{"name": "Rating", "value": "Highest"}
]
}
],
"priority": 15
}
}

View File

@ -5,5 +5,6 @@
"tags": [
{"name": "Category", "value": "Kinda Good Content"},
{"name": "Rating", "value": "Medium"}
]
}
],
"priority": 15
}

View File

@ -5,5 +5,6 @@
"tags": [
{"name": "Category", "value": "Not Bad Content"},
{"name": "Rating", "value": "Average"}
]
}
],
"priority": 15
}

View File

@ -5,5 +5,6 @@
"tags": [
{"name": "Category", "value": "API Examples"},
{"name": "Rating", "value": "Alright"}
]
}
],
"priority": 15
}