0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00
discourse-custom-wizard/test/javascripts/fixtures/tags.js.es6

23 Zeilen
345 B
Text

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