我正在尝试为cms安装分类法和分类法选择器插件。
我的命名空间文件夹中有以下cnd文件:
myhippoproject.cnd:
<'myhippoproject'='http://www.onehippo.org/myhippoproject/nt/1.0'>
<'hippo'='http://www.onehippo.org/jcr/hippo/nt/2.0.2'>
<'hippostd'='http://www.onehippo.org/jcr/hippostd/nt/2.0'>
<'hippostdpubwf'='http://www.onehippo.org/jcr/hippostdpubwf/nt/1.0'>
<'hippotaxonomy'='http://www.hippoecm.org/hippotaxonomy/nt/1.2'>
[myhippoproject:basedocument] > hippo:document, hippostd:publishableSummary,
hippostdpubwf:document orderable
[myhippoproject:textdocument] > myhippoproject:basedocument,
hippostd:relaxed, hippotaxonomy:classifiable
[myhippoproject:newsdocument] > myhippoproject:basedocument,
hippostd:relaxed
据我所知,textdocument应该继承 myhippoproject:basedocument,hippostd:relax,and hippotaxonomy:生成时可分类。但是,当我构建项目时 并浏览到localhost:8080 / cms / console,并查看textdocument节点 在myhippoproject下,这些3的mixins没有勾选。
即使我手动操作,我也得到错误'节点不可分类' 勾选了可分类的mixin。
答案 0 :(得分:3)
您可以在localhost:8080/cms/console
的cnd导出中查看myhippoproject的命名空间。你的文档类型是否有'hippotaxonomy:classifiable'
?如果没有,您很可能需要从一个干净的存储库开始(当然,在重建项目之后)