Solved
Context aware configuration option for a pathfield or pathbrowser.
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.
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.
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();
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.