@kiran_22_12 can you check the dynamic media configuration / connection is working fine, or is there any firewall or any IP whitelisting needed, Also check the logs for any errors while uploading
@Sanjana12 The js, html , siling models and dialogs can be handled differently based on the use case you have for your component.
Operations performed by each modules:1. Sling Model: Adapt the pages as SlingHttprequest, thus we can easily retrieve selector parameter.2. Query Builder:Based on the s...
@439823ankit Yes, this seems to be a feasible option to take backups, based on your use case.
Adobe provides AEM snapshot backups which would be sufficient in most cases, but if more is needed, this is one option.
Looks like the cq:template and the resourcetype for the page in which this was configured is overriding the OOTB one and hence the core components are breaking.
Thanks.
WCM core accordion component not working as expected.
AEM v 6.5.13
core components v2.6.0
On using accordion component not getting the UI and functioanlity as expected.
Also tried directly using the core accordion component and gives the same results.
Is this component supported in the above ment...
@islandgirl23
Below is a code sample:
<!DOCTYPE html>
<html>
<head>
<style>
table, td {
border: 5px solid blue;
}
</style>
</head>
<body>
<p>Click the button to add a new row to the table and then add cells and content.</p>
<table id="myTable">
<tr>
<td>Row1 cell1</td>
<td>Row1 cell2<...