How can we integrate VUE with AEM . Any small sample example. It should be without cdn. I need to use Maven npm plugin. So need to know how dependecy for vu json will get resolved. I tried to add below in pom and added package.json parallel to pom. But where all the js will get created or saved . Ge...
Is there a way we can read maven timestamp value inside js and css files.In JSP we can do as per below linkHow to display maven project version in your webapp | Vineet Manohar's blog But same doesn't work for js and css as replace <token>PROJECT_VERSION</token> happens for JSP file only.
So is there a way to check that clientlibs added to the page is of latest build and not cached?As we include clientlibs using categories and page source have something like this/etc/clientlibs/clientlibs.min.css So how can we check if its of latest build or old build
How can we add build time of clientlib.miin.js files inside it.For example inside clientlib.min.js and clientlib.min.css we want below linesJSwindow.build = "Sun Sep 06 2018 "; CSS/*! Build: "Sun Sep 06 2018 */
How to create custom path browser predicate using AbstractResourcePredicate for Touch UI dialog to display only images and Videos in the path browser asset picker. Don't want to use the root path property for above.
But in adobe doc its written for component toohttps://docs.adobe.com/docs/en/cq/5-5/developing/components.html allowedChildren String[]Path of a component that is allowed to be a child of this component.
But in Adobe docs its written for component toohttps://docs.adobe.com/docs/en/cq/5-5/developing/components.html allowedChildren String[]Path of a component that is allowed to be a child of this component.
allowedParents / allowedChildren restrictions just don't work for #cq5 Components. Is it for template level only?Can you please share the example where we can use allowchildren property at component level.