Is it possible to have a pathfield in context aware configuration? I need to specify a pathfield/browser so that a page path can be selected.
thanks.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @Kamal_Kishor ,
We can use the widgetType
@Property(label = "select the path", description = "Enter the poth", property = {
"widgetType=pathbrowser",
"pathbrowserRootPath=/content/myproject"})
String path();
Hi @Kamal_Kishor ,
CAC would have been using "cq:template" and "sling:resourceType" property .
Can you check the template and core page component where if you tweak something would that help or not?
-Tarun
Hi @Kamal_Kishor ,
We can use the widgetType
@Property(label = "select the path", description = "Enter the poth", property = {
"widgetType=pathbrowser",
"pathbrowserRootPath=/content/myproject"})
String path();
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies