-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcommunityTemplates.json
90 lines (90 loc) · 2.52 KB
/
communityTemplates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[
{
"name":"black-engineering-40x60",
"description":"Black engineering (40x60)",
"category":"grids",
"descriptorUri":"black-engineering-40x60.json",
"templateUri":"black-engineering-40x60.png",
"thumbnailUri":"black-engineering-40x60-t.png"
},
{
"name":"black-grey-lines-16",
"description":"Black-grey lines (x16)",
"category":"lines",
"descriptorUri":"black-grey-lines-16.json",
"templateUri":"black-grey-lines-16.png",
"thumbnailUri":"black-grey-lines-16-t.png"
},
{
"name":"black-grid-24x32",
"description":"Black grid (24x32)",
"category":"grids",
"descriptorUri":"black-grid-24x32.json",
"templateUri":"black-grid-24x32.png",
"thumbnailUri":"black-grid-24x32-t.png"
},
{
"name":"black-lines-32",
"description":"Black lines (x32)",
"category":"lines",
"descriptorUri":"black-lines-32.json",
"templateUri":"black-lines-32.png",
"thumbnailUri":"black-lines-32-t.png"
},
{
"name":"black-music-sheet-5",
"description":"Black music sheet (x5)",
"category":"music",
"descriptorUri":"black-music-sheet-5.json",
"templateUri":"black-music-sheet-5.png",
"thumbnailUri":"black-music-sheet-5-t.png"
},
{
"name":"black",
"description":"Black background",
"category":"backgrounds",
"descriptorUri":"black.json",
"templateUri":"black.png",
"thumbnailUri":"black-t.png"
},
{
"name":"grey-engineering-40x60",
"description":"Grey engineering (40x60)",
"category":"grids",
"descriptorUri":"grey-engineering-40x60.json",
"templateUri":"grey-engineering-40x60.png",
"thumbnailUri":"grey-engineering-40x60-t.png"
},
{
"name":"grey-grid-24x32",
"description":"Grey grid (24x32)",
"category":"grids",
"descriptorUri":"grey-grid-24x32.json",
"templateUri":"grey-grid-24x32.png",
"thumbnailUri":"grey-grid-24x32-t.png"
},
{
"name":"grey-lines-32",
"description":"Grey lines (x32)",
"category":"lines",
"descriptorUri":"grey-lines-16.json",
"templateUri":"grey-lines-32.png",
"thumbnailUri":"grey-lines-32-t.png"
},
{
"name":"grey-music-sheet-5",
"description":"Grey music sheet (x5)",
"category":"music",
"descriptorUri":"grey-music-sheet-5.json",
"templateUri":"grey-music-sheet-5.png",
"thumbnailUri":"grey-music-sheet-5-t.png"
},
{
"name":"grey",
"description":"Grey background",
"category":"backgrounds",
"descriptorUri":"grey.json",
"templateUri":"grey.png",
"thumbnailUri":"grey-t.png"
}
]