我们正在尝试自定义AEM(AEM 6.0 SP3,Touch UI)开箱即用的用户编辑器控制台。但是我们的变化没有反映出来。
预期:显示所提供的新字段(请参阅下面提供的代码段),通过资源合并将其合并到开箱即用的字段中。
实际:不会显示新字段。
下面是覆盖xml段(userdetails)(/apps/granite/security/content/userEditor/.content.xml):
<userdetails
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/container"
class="well user-details-sections-margin">
<items jcr:primaryType="nt:unstructured">
<extendedInfoContainer
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/container"
class="extended-container">
<items jcr:primaryType="nt:unstructured">
<linkedin
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/textfield"
class="save-button-enabler"
fieldLabel="LinkedIn"
name="./profile/linkedin"
value=""/>
<twitter
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/textfield"
class="save-button-enabler"
fieldLabel="Twitter"
name="./profile/twitter"
value=""/>
<xing
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/textfield"
class="save-button-enabler"
fieldLabel="xing"
name="./profile/xing"
value=""/>
<photo
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/pathbrowser"
rootPath="/content/dam/arvato"
class="save-button-enabler"
fieldLabel="Profile photo"
name="./profile/photo"
value=""/>
</items>
</extendedInfoContainer>
</items>
</userdetails>
我们按照https://docs.adobe.com/docs/en/aem/6-0/develop/extending/customizing-consoles-touch.html
中的说明进行操作使用AEM 6.2,同样的方法在不同的项目中运作良好。
答案 0 :(得分:0)
为什么要花时间构建一个仅供管理员使用的控制台?它不是最终用户或您的内容作者使用的功能。构建一个花哨的控制台是没有意义的。我很确定新版本的AEM会有更好的控制台OOTB。 AEM 6.3已经有一个touch ui用户管理控制台。 AEM将完全退出经典的UI控制台6.4。我建议等待Adobe升级,特别是因为没有太多使用此控制台。