Kentico 13. I'm trying to figure out how to create a report of what widgets are on each page. For example, I have this custom widget called "My Widget" and I want a report to see what pages have "My Widget" used/added. What to look for in the DB, or how the widgets are assigned to pages.
It used to be very easy in older versions 10/11.
The document page builder widgets are stored in JSON format in CMS_Document -> DocumentPageBuilderWidgets column. So, you need to check and parse this values to get the report.
Please, sign in to be able to submit a new answer.