Last active
September 3, 2016 16:17
-
-
Save kana-sama/61d88b45a2cedccd35b958c0881e05e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# для главной | |
[ | |
{ | |
name: "Манга", | |
color: "", | |
description: "", | |
icon: "", | |
products: [ | |
{ | |
name: "Волчица 1", | |
cover: "", | |
... | |
}, | |
{ | |
name: "Волчица 2", | |
cover: "", | |
... | |
} | |
] | |
}, | |
{ | |
name: "Ранобэ", | |
color: "", | |
description: "", | |
icon: "", | |
products: [ | |
{ | |
name: "SAO 1", | |
cover: "", | |
... | |
}, | |
{ | |
name: "SAO 2", | |
cover: "", | |
... | |
} | |
] | |
} | |
] | |
# для страницы категории | |
[ | |
{ | |
name: "Волчица", | |
color: "", | |
description: "", | |
icon: "", | |
products: [ | |
{ | |
name: "Волчица 1", | |
cover: "", | |
... | |
}, | |
{ | |
name: "Волчица 2", | |
cover: "", | |
... | |
} | |
] | |
}, | |
{ | |
name: "САО", | |
color: "", | |
description: "", | |
icon: "", | |
products: [ | |
{ | |
name: "SAO 1", | |
cover: "", | |
... | |
}, | |
{ | |
name: "SAO 2", | |
cover: "", | |
... | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment