我使用yogiben:管理包用于我的一个流星应用程序。问题是当我尝试通过管理页面编辑一个集合时,它会转到一个带有文本的空白页面:
找不到名为“()”或“()”的模板。你确定你 定义了吗?
我尝试通过以下方式将模板附加到管理配置文件:
Photos: {templates: {
new: {
name: 'postWYSIGEditor'
},
edit: {
name: 'postWYSIGEditor',
data: {
post: Meteor.isClient && Session.get('admin_doc')
}
}
}},