@Tessa_learner1 For directly reading the value and populating the same in the cq:dialog, it is feasible with the cq:design i.e. if configured in the design dialog via something like ${not empty cqDesign.title? cqDesign.title : ' '} But for populating it from the page properties, you can try via the ...