$properties['my-field-name-here']: How do I access this in Java?
So this works ok in HTL/sightly
<h3>${properties['my-field-name-here'] @2941342='text'}</h3>
But how do I access this value in Java?
I have this code in my class but I cannot see "my-field-name-here" in the list. Thoughts? Thanks!
ValueMap test = resource.getValueMap()
