How to access custom fields in a data.home._children loop
问题 I've added a few custom fields in lib/modules/apostrophe-custom-pages/index.js Specifically, I've added a field for an excerpt, image Singleton for a cover image and another Singleton that will allow users to define an icon to a page. This is how these images are defined: { name: 'icon', label: 'Icon', type: 'singleton', widgetType: 'apostrophe-images', options:{ limit: 1, minSize: [200,200], aspectRatio: [1,1], }, controls:{ movable:false }, image: true }, { name: 'coverimg', label: 'Header