@hptarora I am loading both templates (static and editable) in same the same site.Please update the static page's component with property allowedPaths -- (String[]) -- /content/.+ Thanks,Nikhil
@srinivas_chann1 To start with Experience fragment go ahead with https://helpx.adobe.com/experience-manager/using/contexthub_personal_exfragments.html#:~:text=Experience%20Fragments%20are%20a%20new,content%20based%20on%20the%20audience..And later go through other online implementation.Thanks,Nikhil
@arvindk091986 I upgraded from 6.4.3 to 6.5.5., I only updated POM.xml and other dependencies.But as your archetype and AEM version is quite older, I would suggest you to use latest archetype as per my past experience of migration.Thanks,Nikhil
@Mayukh007 First of when we create a project out of any archetype it comes with auto upload of ui.content package. Where inital pages gets uploaded on AEM after the build. But as we don’t want to build and deploy the pages every time, so remove the deployment of content pages using the filters insid...
@Grimm1 Below code snippet is missing in your contained class that you mentioned:get containerProps() {let containerProps = super.containerProps;containerProps.className = (containerProps.className || '') + ' MyGrid ' + this.props.gridClassNames;return containerProps;}Refer this link for grid compon...
@Jörg_Hoh @arunpatidar @vanegi @BrianKasingli Do we anything similar for react as well ?As mentioned by @alissonxavier01 we have libraries in Angular to have responsive grid component.But I couldn't find Class: AEMResponsiveGridComponent as part of react libraries.
@Anderson_Hamer You can use the Coral UI to get the Multifield data in Jquery and calling a servlet from the same Jquery where you can use the node api to save the modified data on the same multifield resource.The listener that will help you will be $(document).on(“click”, “.cq-dialog-submit”, funct...