Aem cq:showOnCreate在页面属性上不使用RTE

Aem cq:showOnCreate在页面属性上不使用RTE,aem,Aem,我们正在页面属性中使用RTE字段。这里的问题是,当作者创建页面时,此字段不会呈现在页面属性中。这是AEM的已知问题吗?有什么解决办法吗 <bannerText cq:showOnCreate="{Boolean}true" jcr:primaryType="nt:unstructured" sling:resourceType="cq/gui/components/authoring/dialog/richtext" fieldLabel="Banner

我们正在页面属性中使用RTE字段。这里的问题是,当作者创建页面时,此字段不会呈现在页面属性中。这是AEM的已知问题吗?有什么解决办法吗

 <bannerText
    cq:showOnCreate="{Boolean}true"
    jcr:primaryType="nt:unstructured"
    sling:resourceType="cq/gui/components/authoring/dialog/richtext"
    fieldLabel="Banner text"
    fieldDescription="This text describes the banner message."
    required="true"
    name="./bannerText"
    useFixedInlineToolbar="{Boolean}true">
<rtePlugins jcr:primaryType="nt:unstructured">
    <format
....
<bannerText?>


这是一个限制。RTE功能仅在AEM组件对话框中受支持。RTE在向导或基础表单上不受支持,如启用触摸的UI上的页面属性和脚手架。供参考-