【问题标题】:AEM - Help to create the site in adobe documentationAEM - 帮助在 adobe 文档中创建站点
【发布时间】:2016-02-05 06:54:32
【问题描述】:

我是 Adob​​e AEM 的新手,目前我正在阅读文档 - 如何创建功能齐全的 Internet 网站。我正在使用 AEM 6.1。

https://docs.adobe.com/docs/en/aem/6-1/develop/the-basics/website.html

我正在执行增强内容页脚本中使用基础页面脚本下的步骤。如果我点击以下 URL,我应该得到伙伴,但我没有。

http://localhost:4502/content/mywebsite/en/products.html

有趣的是,如果我使用以下 url,我得到了搭档。 http://localhost:4502/cf#/content/mywebsite/en/products.html

谁能告诉我为什么我没有得到伙伴,尽管我按照文档中提到的步骤操作。我错过了什么吗?

任何帮助将不胜感激。

【问题讨论】:

    标签: aem


    【解决方案1】:

    在 AEM 6.1 中,默认情况下,siteadmin 中的页面设计为在触摸 UI 中打开,您将在 URL 中找到 editor.html。要切换到经典 UI,您必须将 editor.html 替换为 cf#,这是 CQ 理解调用渲染 sidekick 的 init.js 的时候。

    【讨论】:

      【解决方案2】:

      您希望获得伙伴的 URL http://localhost:4502/content/mywebsite/en/products.html 是页面的预览模式或最终用户将看到的内容。 您将获得伙伴编辑页面的模式将在称为 classic view 的域名之后包含 cf#editor.html 和AEM 中的触摸 UI

      经典模式编辑页面:http://localhost:4502/cf#/content/mywebsite/en/products.html

      Touch UI 中编辑页面: 将 cf# 替换为 editor.html

      【讨论】:

        【解决方案3】:

        如果您想定期使用 Classic UI,您可以更改用户偏好以使用 Classic UI。

        由于 AEM 正在远离 Classic,因此强烈建议使用 Touch UI。

        参考:https://docs.adobe.com/docs/en/aem/6-1/author/author-environment/user-properties.html#User%20Preferences

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 1970-01-01
          • 2014-07-15
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 2011-09-05
          • 2011-02-24
          • 2015-05-21
          相关资源
          最近更新 更多