I want to change the way a post list is rendered in Telescope based off a property of a category that its in. I.e. One category is a ListView when another is a GridView.
I tried:
Categories.addField({
fieldName: 'gridType',
fieldSchema: {
type: Number,
optional: true,
autoform: {
omit: true
}
}
});
The issue is Im not seeing the property added, I also noticed in the documentation that this was intended for Posts, Users, Comments ect but I'm guessing it should work.
The reason I do not think its working is it's now showing up on the create Category Form