Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

How to customize the structure of dialog editor of scaffolding?

Avatar

Level 3

I like to know how can I customize the structure of dialog editor of scaffolding?

I want to add image/text/.. in Tab Panel.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Like any other CQ widget -- you can customize it. Its just JavaScript/nodes and props.

To become familiar with customizing CQ widgets - I recommend installing the sample widget package as discussed here:

http://dev.day.com/docs/en/cq/current/developing/widgets.html

and going through the exercises in the package. It's actually a good package to install and go through to understand CQ widgets and how to modify them.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Like any other CQ widget -- you can customize it. Its just JavaScript/nodes and props.

To become familiar with customizing CQ widgets - I recommend installing the sample widget package as discussed here:

http://dev.day.com/docs/en/cq/current/developing/widgets.html

and going through the exercises in the package. It's actually a good package to install and go through to understand CQ widgets and how to modify them.