コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Modifying Page dialog in 6.1

Avatar

Level 5

I have a template that has a sling:resourceSupertype of wcm/foundation/components/page

I created a cq:dialog node below this, with a corresponding structure as the parent dialog, I have 3 tabs, Basic, Advanced and Contacts. When I open the dialog on the page, however, it displays a number of (but not all of) the tabs inherited form the parent page component: Basic, Advanced, Thumbnail, Cloud Services, Permissions, Contacts.

How do I get rid of Thumbnail, Cloud Services and Permissions?

1 受け入れられたソリューション

Avatar

正解者
Employee

You can get rid of the unwanted inherited tabs by including the following property on the `items` node that is a parent of the tabs:

sling:hideChildren="[permissions,cloudservices,thumbnail]"

元の投稿で解決策を見る

1 返信

Avatar

正解者
Employee

You can get rid of the unwanted inherited tabs by including the following property on the `items` node that is a parent of the tabs:

sling:hideChildren="[permissions,cloudservices,thumbnail]"