March 8, 2019
This article has a package - did you install the package to get this example working.
This worked for me
$.ajax({ url: "/etc/acs-commons/lists/list/_jcr_content.list.json",
dataType: 'json',
async: false,
success: function(data) { $.each(data, function(i,value) { html = html + getOptionHtml(value); }); } });
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.