comparison gpp/news/fixtures/news_categories.json @ 497:9894f8cbb931

Adding Ariel's (DreadInBabylon) awesome new news topic icons.
author Brian Neal <bgneal@gmail.com>
date Tue, 22 Nov 2011 01:25:08 +0000
parents 1246a4f1ab4f
children
comparison
equal deleted inserted replaced
496:61b81b97f02f 497:9894f8cbb931
1 [ 1 [
2 { 2 {
3 "pk": 2, 3 "pk": 2,
4 "model": "news.category", 4 "model": "news.category",
5 "fields": { 5 "fields": {
6 "icon": "news/categories/nch_articles.jpg", 6 "icon": "news/categories/Articles.png",
7 "slug": "articles", 7 "slug": "articles",
8 "title": "Articles" 8 "title": "Articles"
9 } 9 }
10 }, 10 },
11 { 11 {
12 "pk": 3, 12 "pk": 3,
13 "model": "news.category", 13 "model": "news.category",
14 "fields": { 14 "fields": {
15 "icon": "news/categories/nch_bands.jpg", 15 "icon": "news/categories/Bands.png",
16 "slug": "bands", 16 "slug": "bands",
17 "title": "Bands" 17 "title": "Bands"
18 } 18 }
19 }, 19 },
20 { 20 {
21 "pk": 11, 21 "pk": 11,
22 "model": "news.category", 22 "model": "news.category",
23 "fields": { 23 "fields": {
24 "icon": "news/categories/video.gif", 24 "icon": "news/categories/Featured_Video.png",
25 "slug": "featured-videos", 25 "slug": "featured-videos",
26 "title": "Featured Videos" 26 "title": "Featured Videos"
27 } 27 }
28 }, 28 },
29 { 29 {
30 "pk": 4, 30 "pk": 4,
31 "model": "news.category", 31 "model": "news.category",
32 "fields": { 32 "fields": {
33 "icon": "news/categories/nch_gear.jpg", 33 "icon": "news/categories/Gear.png",
34 "slug": "gear", 34 "slug": "gear",
35 "title": "Gear" 35 "title": "Gear"
36 } 36 }
37 }, 37 },
38 { 38 {
39 "pk": 5, 39 "pk": 5,
40 "model": "news.category", 40 "model": "news.category",
41 "fields": { 41 "fields": {
42 "icon": "news/categories/nch_interviews.jpg", 42 "icon": "news/categories/Interviews.png",
43 "slug": "interviews", 43 "slug": "interviews",
44 "title": "Interviews" 44 "title": "Interviews"
45 } 45 }
46 }, 46 },
47 { 47 {
48 "pk": 6, 48 "pk": 6,
49 "model": "news.category", 49 "model": "news.category",
50 "fields": { 50 "fields": {
51 "icon": "news/categories/nch_reviews.jpg", 51 "icon": "news/categories/Reviews.png",
52 "slug": "reviews", 52 "slug": "reviews",
53 "title": "Reviews" 53 "title": "Reviews"
54 } 54 }
55 }, 55 },
56 { 56 {
57 "pk": 7, 57 "pk": 7,
58 "model": "news.category", 58 "model": "news.category",
59 "fields": { 59 "fields": {
60 "icon": "news/categories/nch_showannoun.jpg", 60 "icon": "news/categories/Show_Announcements.png",
61 "slug": "show-announcements", 61 "slug": "show-announcements",
62 "title": "Show Announcements" 62 "title": "Show Announcements"
63 } 63 }
64 }, 64 },
65 { 65 {
66 "pk": 8, 66 "pk": 8,
67 "model": "news.category", 67 "model": "news.category",
68 "fields": { 68 "fields": {
69 "icon": "news/categories/nch_showreport.jpg", 69 "icon": "news/categories/Show_Reports.png",
70 "slug": "show-reports", 70 "slug": "show-reports",
71 "title": "Show Reports" 71 "title": "Show Reports"
72 } 72 }
73 }, 73 },
74 { 74 {
75 "pk": 1, 75 "pk": 1,
76 "model": "news.category", 76 "model": "news.category",
77 "fields": { 77 "fields": {
78 "icon": "news/categories/nch_sitenews.jpg", 78 "icon": "news/categories/Site_News.png",
79 "slug": "site-news", 79 "slug": "site-news",
80 "title": "Site News" 80 "title": "Site News"
81 } 81 }
82 }, 82 },
83 { 83 {
84 "pk": 9, 84 "pk": 9,
85 "model": "news.category", 85 "model": "news.category",
86 "fields": { 86 "fields": {
87 "icon": "news/categories/nch_surfscene.jpg", 87 "icon": "news/categories/Surf_Scene_News.png",
88 "slug": "surf-scene-news", 88 "slug": "surf-scene-news",
89 "title": "Surf Scene News" 89 "title": "Surf Scene News"
90 } 90 }
91 }, 91 },
92 { 92 {
93 "pk": 10, 93 "pk": 10,
94 "model": "news.category", 94 "model": "news.category",
95 "fields": { 95 "fields": {
96 "icon": "news/categories/nch_tab.jpg", 96 "icon": "news/categories/Guitar_Tabs.png",
97 "slug": "tablature", 97 "slug": "tablature",
98 "title": "Tablature" 98 "title": "Tablature"
99 } 99 }
100 } 100 }
101 ] 101 ]