1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/wizard/tests/fixtures/tags.js.es6

23 Zeilen
370 B
Text

2022-03-16 12:33:34 +01:00
export default {
"tags": [
{
"id": "tag1",
"text": "tag1",
"name": "tag1",
"description": null,
"count": 1,
"pm_count": 0,
"target_tag": null
},
{
"id": "tag2",
"text": "tag2",
"name": "tag2",
"description": null,
"count": 1,
"pm_count": 0,
"target_tag": null
}
]
}