@bsr060893 : 'path' node is still part of the Image component , So you
can use the below code to read the properties of the path node in Image
Sling Model class. As the path node will not have any sling resource
type, sling exporter will not process it automatically. @Inject
@Via(value = "path", type = ChildResource.class) String
getPropertyName();