Hi Team,
I have added a multi-valued property and set the default value to the property like below -
@Property(name = "recipientsEmailIDs", cardinality = Integer.MAX_VALUE, unbounded = PropertyUnbounded.ARRAY, label = "Recipient Email ID(s)", value = {"contentapprover@domain.com"}, description = "Provide the recipients email ids")
But I didn't get the default value in OSGi configuration. I'm working in AEM6.2 version.
Please help me in this.
Thanks,
AryA.