Concerning this tutorial on creating a tabular layout dialog, I have a question about the mechanics at work.
Specifically, I am trying to understand the following line:
if (item.hasOwnProperty("multivalues"))
I understand that `item` is using `properties` (org.apache.sling.api.resource.ValueMap) to traverse the value map and get the node by the name of `subscriptionmulti`.
However, where is the `multivalues` property coming from?
Thank you kindly for your assistance!
Arielle