获取对象的 eZ Flow 区域

发布于 2024-11-25 19:02:31 字数 714 浏览 0 评论 0原文

为了在我们的网站上进行导航,我需要从 eZ Publish 安装中的某些对象中获取特定区域和包含的块。

你能告诉我如何获取该区域中的块吗?

我尝试使用 attribute(show) 检查整个对象,但我只能使用

{$object.children[0].data_map.page.content.zones|attribute(show)}

Result

Attribute Type Value
0   object[eZPageZone]  Object
>id     string  'a52658c8b1d003bbbe6dc542108dd534'
>zone_identifier    string  'main'
1   object[eZPageZone]  Object
>id     string  '3893870da1d595349061a4bba3fd1be7'
>zone_identifier    string  'guide'
2   object[eZPageZone]  Object
>id     string  'f43306e22fb45f1ed72ce3b7276c39d9'
>zone_identifier    string  'keyvis'

找到此输出好吧,我得到了区域 ID ...

是否有获取该 ID 后面的区域和块的方法?

for a navigation on our site I need to fetch a specific zone and the included blocks from some objects in our eZ Publish installation.

Can you tell me how I can fetch the blocks in this zone?

I tried to inspect the whole object using attribute(show), but I only found this output by using

{$object.children[0].data_map.page.content.zones|attribute(show)}

Result

Attribute Type Value
0   object[eZPageZone]  Object
>id     string  'a52658c8b1d003bbbe6dc542108dd534'
>zone_identifier    string  'main'
1   object[eZPageZone]  Object
>id     string  '3893870da1d595349061a4bba3fd1be7'
>zone_identifier    string  'guide'
2   object[eZPageZone]  Object
>id     string  'f43306e22fb45f1ed72ce3b7276c39d9'
>zone_identifier    string  'keyvis'

Well, I got the zone ID ...

Is there a fetch to get the zone and the blocks behind this ID?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文