如何在 Sitecore 中构建 SPEAK 组件

How to build SPEAK component in Sitecore?

本文关键字:构建 SPEAK 组件 Sitecore      更新时间:2023-09-26

我正在尝试使用 Sitecore 7.5 和 SPEAK 1.2 创建一个简单的 SPEAK 组件。关于这个主题的文档似乎很薄弱或过时。我尝试遵循这篇文章,但其中有很多漏洞:http://www.dervalp.com/component-in-speak-1-2-client-side/

任何人都可以推荐创建JavaScript Speak组件的任何步骤吗?

Jakob Chrisensen在他的YouTube上有一套很好的视频教程! 频道:

https://www.youtube.com/user/JakobHChristensen/videos

我在 SPEAK 1.2 中提出了一个 Sitecore 支持的错误。他们说它目前处于技术预览阶段,并不完全支持。

Sitecore.app 已移至 Sitecore 7.5/8 中的 Sitecore.Speak.app。

然而,有这篇关于Speak 1.2的博客文章,如果你仍然希望继续使用SPEAK 1.2。

http://laubplusco.net/sitecore-speak-v1-2-goodies/

我在 GitHub 上有一些开源 SPEAK 应用程序,如果这些应用程序对您有所帮助。这些是在 Sitecore 7.2 和 SPEAK 1.1 上构建的。您可以在 Pierre 的博客文章中对 JS 页面代码进行更改,并将其应用于我的示例。他们还有补丁包含文件,用于将新组件包含在 SSPEAK 中。

我有这些应用程序的 TDS 包,因此您可以看到如何为 SPEAK 应用程序设置核心数据库。

https://github.com/sobek1985/SitecoreSPEAKBulkRolePermissionshttps://github.com/sobek1985/SitecoreDataImporter

模块

https://marketplace.sitecore.net/en/Modules/SPEAK_Data_Importer.aspxhttps://marketplace.sitecore.net/Modules/Sitecore_Bulk_Role_Permissions.aspx?sc_lang=en

玛蒂娜的博客也很有用 http://mhwelander.net/category/speak/

Anders有一个很好的JSON组件示例:http://laubplusco.net/creating-simple-sitecore-speak-json-datasource/