mirror of
https://github.com/usetrmnl/tailor-designs.git
synced 2026-04-29 13:45:22 -07:00
fix sample json, shrink fallback json
This commit is contained in:
+2
-15
@@ -194,26 +194,13 @@
|
||||
|
||||
// Fallback to sample data
|
||||
return [
|
||||
{
|
||||
filename: "800x480-splash-hourglass_with_butterflies.png",
|
||||
width: 800,
|
||||
height: 480,
|
||||
type: "splash",
|
||||
name: "hourglass_with_butterflies"
|
||||
},
|
||||
{
|
||||
filename: "800x480-splash-blank.png",
|
||||
width: 800,
|
||||
height: 480,
|
||||
type: "splash",
|
||||
name: "blank"
|
||||
},
|
||||
{
|
||||
filename: "800x480-splash-a_fishing_party_winslow_homer-clevelandart_org.png",
|
||||
width: 800,
|
||||
height: 480,
|
||||
type: "splash",
|
||||
name: "a_fishing_party_winslow_homer-clevelandart_org"
|
||||
name: "a_fishing_party_winslow_homer-clevelandart_org",
|
||||
credit:"clevelandart_org"
|
||||
},
|
||||
{
|
||||
filename: "800x480-loading-dungeon_crawler_carl_princess_donut.png",
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
[{"filename":"800x480-splash-hourglass_with_butterflies.png","width":800,"height":480,"type":"splash","name":"hourglass_with_butterflies","credit":""},{"filename":"800x480-splash-blank.png","width":800,"height":480,"type":"splash","name":"blank","credit":""},{"filename":"800x480-splash-a_fishing_party_winslow_homer-clevelandart_org.png","width":800,"height":480,"type":"splash","name":"a_fishing_party_winslow_homer-clevelandart_org","credit":"clevelandart_org"},{"filename":"800x480-loading-dungeon_crawler_carl_princess_donut.png","width":800,"height":480,"type":"loading","name":"dungeon_crawler_carl_princess_donut","credit":""}]
|
||||
[{"filename":"800x480-splash-hourglass_with_butterflies.png","width":800,"height":480,"type":"splash","name":"hourglass_with_butterflies","credit":""},{"filename":"800x480-splash-blank.png","width":800,"height":480,"type":"splash","name":"blank","credit":""},{"filename":"800x480-splash-a_fishing_party_winslow_homer-clevelandart_org.png","width":800,"height":480,"type":"splash","name":"a_fishing_party_winslow_homer","credit":"clevelandart_org"},{"filename":"800x480-loading-dungeon_crawler_carl_princess_donut.png","width":800,"height":480,"type":"loading","name":"dungeon_crawler_carl_princess_donut","credit":""}]
|
||||
|
||||
Reference in New Issue
Block a user