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:
@ -5,5 +5,7 @@
|
||||
"tags": [
|
||||
{"name": "Category", "value": "Top Content"},
|
||||
{"name": "Rating", "value": "Highest"}
|
||||
]
|
||||
}
|
||||
],
|
||||
"priority": 15
|
||||
}
|
||||
}
|
||||
|
@ -5,5 +5,6 @@
|
||||
"tags": [
|
||||
{"name": "Category", "value": "Kinda Good Content"},
|
||||
{"name": "Rating", "value": "Medium"}
|
||||
]
|
||||
}
|
||||
],
|
||||
"priority": 15
|
||||
}
|
||||
|
@ -5,5 +5,6 @@
|
||||
"tags": [
|
||||
{"name": "Category", "value": "Not Bad Content"},
|
||||
{"name": "Rating", "value": "Average"}
|
||||
]
|
||||
}
|
||||
],
|
||||
"priority": 15
|
||||
}
|
||||
|
@ -5,5 +5,6 @@
|
||||
"tags": [
|
||||
{"name": "Category", "value": "API Examples"},
|
||||
{"name": "Rating", "value": "Alright"}
|
||||
]
|
||||
}
|
||||
],
|
||||
"priority": 15
|
||||
}
|
||||
|
Reference in New Issue
Block a user