Is it possible to add widgwt into widget?

Mikhail Grishin asked on December 1, 2021 00:21

I use kentico 12 mvc application. I have my own page type. I succesfully added "Widget 1" on this page. Then I try to add "Widget 2" into "Widget 1". In page builder all is ok, but when I try to save I get error: "Areas with the following identifiers are missing from page markup: area2. Saving the page will result in lost data". In body of my page type view I have: @Html.Kentico().EditableArea("area1"). And in body of "Widget 1" view: @Html.Kentico().EditableArea("area2")

Recent Answers


vasu yerramsetti answered on December 1, 2021 15:11

I think no, because we can add widget on page builder sections (i.e. Layout of widget zones within editable areas)

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.