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

22 Zeilen
345 B
JavaScript

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,
},
],
};