0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-18 23:01:11 +02:00
discourse-custom-wizard/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,
},
],
};