Hi @Madhur-Madan Thanks for the snippet. 1 more query: is use of /glob is right compare to /url ?Since, I heard about use of /glob is deprecated in dispatcher file.
Hello Team, I dont want to cache few pages (e.g : Login, registration pages). Then, I need to mention below snippet under /cache section. Am I right? /0xxx{/foo/login/* -> all pages below /foo/login/foo/login[./]* -> all pages below and /foo/login itself/glob "*"/type "deny"}
Hello Team, 1: Caching sling model response:From my sling model, I am hitting the 3rd party API. (API response will be same for, say 1 week). So, is it possible to cache the sling model response? https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/sling-model-caching/m-p/437949...
Hi @user54123 If you want to execute only for few page paths, try to use this logic. import org.osgi.service.event.EventHandler;
@Component(service = EventHandler.class,
immediate = true,
property = {
EventConstants.EVENT_FILTER + "=(|(paths=/content/abc/articles/*)...
Hi @tejuuu123 You need to use style policy. Add 2 styles. 1: Default-option, 2: Separator. Set Default option as the default selection. if Author selects the separator style, then modify the html file as per your requirement.https://experienceleague.adobe.com/docs/experience-manager-65/content/sit...
Hi @Vishal_S01 If you are testing this in local and just to make sure that issue is related to "Embed-dependency", can u upload the external bundle directly in system/console/bundles?For me looks like, those external bundle is depend on some other bundle or packages.Make the embed-dependency blank i...
Hi @Vishal_S01 as per your question, you have added these in <Export-Package><Export-Package>
com.twilio.sdk.*,
com.twilio.type.*,
com.twilio.*,
com.twilio.rest.api.v2010.account.*,
com.twilio.base.*
</Export-Package>But these are...
Hi @Vishal_S01 Can you add embed-dependency, similar to this? <Embed-Dependency>
org.everit.json.schema,
jackson-core,
jackson-annotations,
jackson-databind,
handlebars,
...