如何在“扩展”下显示自定义实体工作场所选项卡?

发布于 2024-09-15 06:43:59 字数 70 浏览 4 评论 0原文

我创建了一个名为“体育联盟”的新自定义实体。 现在我想知道如何在工作场所的“扩展”选项卡下显示/访问它?

谢谢

I have created a new custom entity called Sports Leagues.
Now i am wondering how to display/ accessible this under 'Extensions' tab on workplace?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

清风疏影 2024-09-22 06:44:00

在自定义新实体的屏幕上,“常规”选项卡上有一个名为“显示此实体的区域”的部分 - 选中“工作场所”复选框。

On the screen where you customize the new entity there's a section on the General tab called 'Areas that display this entity' - check the 'Workplace' checkbox.

迷雾森÷林ヴ 2024-09-22 06:44:00

导出站点地图,查找 Id=“Workplace”的区域。查找扩展组,或添加:

<Group Id="Extensions" ResourceId="Group_Extensions">
  <SubArea Id="sportsleagues" Entity="new_sportsleagues" />
</Group>

将站点地图导入回系统。 (设置然后自定义)

Export Site Map, look for Area with Id="Workplace". Look for the Extensions group, or add:

<Group Id="Extensions" ResourceId="Group_Extensions">
  <SubArea Id="sportsleagues" Entity="new_sportsleagues" />
</Group>

Import the SiteMap back into the system. (Settings then Customization)

驱逐舰岛风号 2024-09-22 06:44:00

您记得发布新实体吗?您所需要做的就是勾选工作场所框并发布实体。

did you remember to publish the new entity? ticking the workplace box and publishing the entity should be all you need to do.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文