I am creating a metadata of drop down type in which the options are getting populated dynamaiclly. following are the steps which i followed.But the dropdown option is not getting populated . whats the problem?
xtype=selection
type=select
optionsProvider=path to json file(/apps/dam/content/asseteditors/image/jpeg/formitems/dropdown2/options.json)
optionsTextField=text
optionsValueField=value
optionsRoot=options
in the json file(options.json)
"options": [{
"value": "String",
"text": "String"
},
{
"value": "Long",
"text": "Number"
}]