To creates Editable Templates based on a custom Page component. The developerwants to leverage the Style System within the Editable Templates to allow authors to switchbetween the Dark and Light Theme. The Style System dialog is NOT enabled for the site What should be done to resolve this issue a. D...
In a non-optimized website, the final HTML generated for a typical page by publish instance includes a relatively large number of <script> elements that refer to other script files loaded from AEM environment. The developer wants to minimize these network calls by combining all required client libra...
What should be done to make sure the user service mapping for the service component is available? A. Create a field of type ServiceUserMapped and annotate it with @reference.B. Wait for the service ServiceUserMapper via BundleContext.getServiceReference().C. Create a field of type ServiceUserMapped ...