@JJSagan Hmm that's definitely weird cidToCategory
should be an object with the keys being category ids.
On my environment I get this.
{ '1':
{ bgColor: '#fda34b',
cid: 1,
class: 'col-md-3 col-xs-6',
color: '#fff',
description: 'Announcements regarding our community',
descriptionParsed: '<p>Announcements regarding our community</p>\n',
disabled: 0,
icon: 'fa-bullhorn',
imageClass: 'cover',
isSection: 0,
link: '',
name: 'Announcements',
numRecentReplies: 1,
order: 1,
parentCid: 0,
post_count: 33,
slug: '1/announcements',
topic_count: 5,
totalPostCount: 33,
totalTopicCount: 5,
children: [],
parent: undefined },
'2':
{ bgColor: '#59b3d0',
cid: 2,
class: 'col-md-3 col-xs-6',
color: '#fff',
description: 'A place to talk about whatever you want',
descriptionParsed: '<p>A place to talk about whatever you want</p>\n',
disabled: 0,
icon: 'fa-comments-o',
imageClass: 'cover',
isSection: 0,
link: '',
name: 'General Discussion',
numRecentReplies: 1,
order: 2,
parentCid: 0,
post_count: 20,
slug: '2/general-discussion',
topic_count: 7,
totalPostCount: 20,
totalTopicCount: 7,
children: [ [Object] ],
parent: undefined },
'3':
{ bgColor: '#86ba4b',
cid: 3,
class: 'col-md-3 col-xs-6',
color: '#fff',
description: 'Blog posts from individual members',
descriptionParsed: '<p>Blog posts from individual members</p>\n',
disabled: 0,
icon: 'fa-newspaper-o',
imageClass: 'cover',
isSection: 0,
link: '',
name: 'Blogs',
...