I would recommend setting up shared datastore between author and publish instance and use binary less replication.Steps to configure Shared datastore:– Create the data store configuration file on each instances that is required to share the data store. On each configuration file, we need to point to...
I believe the query is using damAssetLucene index. You can add ordered=true property to make the index as orderedorderedIf the property is to be used in order by clause to perform sorting then this should be set to true. This should be set to true only if the property is to be used to perform sortin...
You can look into "/libs/wcm/core/content/sites/createpagewizard" and copy the nodes under /apps with a different name.Also, change the form actions and redirect properties set under the "jcr:content/body" .That should not change the existing functionality.Also, check under the "jcr:content/body" no...
Instead of text files, you can look into creating content fragments that might be useful for using within the pages as well. Also, try uploading the text file to assets.html and you should get all the options like workflow, replication.
Extjs is deprecated and might be fully removed in the next major release of AEM. I would recommend using Coral UI. You should be able to use most of the coral UI components within a touch UI dialog. Let me know if you are running into an issue with a specific one.
Siteadmin was designed to handle nodes of type "cq:Page" and not assets. Ideally, you should not be able to browse assets under siteadmin.You need to use /damadmin for Asset related operations. In your case, replace /siteadmin with /damadmin in the URL.