Ghost/apps/admin-x-settings/test/utils/responses/labels.json
Jono M 768511c7cc
Added tests for more areas of AdminX settings (themes, design, multiselect) (#17134)
refs https://github.com/TryGhost/Team/issues/3349

Tidies up the remaining major pieces which were not covered by tests.
Extends the existing test patterns, although the API mocks are getting a
bit unmanageable.
2023-06-28 14:59:05 +12:00

36 lines
964 B
JSON

{
"labels": [
{
"id": "645c4c8564f46d9f26eb93ae",
"name": "first-label",
"slug": "first-label",
"created_at": "2023-05-11T02:01:41.000Z",
"updated_at": "2023-05-11T02:01:41.000Z"
},
{
"id": "645c4c6764f46d9f26eb93a9",
"name": "second-label",
"slug": "second-label",
"created_at": "2023-05-11T02:01:11.000Z",
"updated_at": "2023-05-11T02:01:11.000Z"
},
{
"id": "645c4c6764f46d9f26eb93a8",
"name": "third-label",
"slug": "third-label",
"created_at": "2023-05-11T02:01:11.000Z",
"updated_at": "2023-05-11T02:01:11.000Z"
}
],
"meta": {
"pagination": {
"page": 1,
"limit": "all",
"pages": 1,
"total": 3,
"next": null,
"prev": null
}
}
}