【发布时间】:2017-02-07 13:04:57
【问题描述】:
我通过 JCR 配置完成了我的 page configuration。
我有 component configuration 使用 YAML 配置。
我想让这个组件可用于 JCR 中配置的模板。
组件配置位于:/project-website-module/src/main/resources/website-module/components/linkList/linkList.yaml
我尝试以不同的方式在模板的组件可用性中引用它:
website-module:components/linkList/linkListwebsite-module:components/linkList/linkList.yaml/website-module/components/linkList/linkList/website-module/components/linkList/linkList.yamlsrc/main/resources/website-module/components/linkList/linkListsrc/main/resources/website-module/components/linkList/linkList.yaml
但没有运气,我不断收到错误:
"Caused by: info.magnolia.config.registry.Registry$NoSuchDefinitionException: <pathToComponentConfiguration>"
【问题讨论】:
标签: configuration yaml jcr magnolia