-
Notifications
You must be signed in to change notification settings - Fork 0
/
preCuts.json
40 lines (40 loc) · 1.21 KB
/
preCuts.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
{
"preCuts":[
{
"name": "Honey Buns",
"description": "1.5 in x Width of Fabric (WOF)",
"image": "images/honey_bun.jpg",
"alt": "Honey Buns image"
},
{
"name": "Jelly Rolls",
"description": "2.5 in x Width of Fabric (WOF)",
"image": "images/jelly_roll.jpg",
"alt": "Jelly Rolls image"
},
{
"name": "Mini Charm Squares",
"description": "2.5 in x 2.5 in per piece",
"image": "images/mini_charm_pack.jpg",
"alt": "Mini Charm Packs image"
},
{
"name": "Charm Packs",
"description": "5 in x 5 in per piece",
"image": "images/charm_pack.jpg",
"alt": "Charm Pack image"
},
{
"name": "Layer Cakes",
"description": "10 in by 10 in per piece",
"image": "images/layer_cake_single.jpg",
"alt": "Layer Cakes image"
},
{
"name": "Fat Quarters",
"description": "18 in x 22 in per piece",
"image": "images/fat_quarters.jpg",
"alt": "Fat Quarters image"
}
]
}