Solved
How to write modal class for inherited page property
I have created one page property i.e usp
In sightly usp data is comming by
${inheritedPageProperties.usp}
but I want to write the modal class to do the same with same functionality. How should I do that?