1
0
Fork 0
discourse-custom-wizard-unl.../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,
},
],
};