You can post this question to https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/ct-p/adobe-experience-manager-forms-community for better visibility.
Dispatcher creates .stat files in each folder from the docroot folder down to the level that you specify. The docroot folder is level 0. When an invalidation request comes in, it will clear that resource and its parent folder to which statfileslevel is set to. What is your /statfileslevel property ...
For links, you can refer to https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/rewriting-image-and-links-url-while-page-export/qaq-p/361485#M74283For Logo, you may need to ensure the the logo is a png with an anchor wrapper around it so that it can use the same functionality o...
Hope you are using the Page exporter functionality in AEM itself. If not, please use the capability. Documentation available at [1]Page exporter is a capability built on content sync framework and it allows a config setup for rewrite. You can create a template for export and in it, you can mention l...
Hi, Can you add some more details. 1. Which AEM version ?2. Did this error happened after any particular action. Core js is the fundamental JS which powers most of the authoring actions. Best options you can try if it just happened is to Invalidate and rebuild your clientlibs from [1] [1] http://loc...
If you work with a solution partner, do the partner learning journey for the certification you want to pursue. If not, follow experience league course and links suggested by @BrianKasingli
You can move the page in which you get the option to rename the page. Adobe has streamlined the rename feature to move feature as per documentation [1] [1] - https://docs.adobe.com/content/help/en/experience-manager-65/authoring/authoring/managing-pages.html#moving-or-renaming-a-page
As @BrianKasingli mentioned, bobcat is a mature functional test frame work AEM. Adobe has started a new repo for aem-testing and its getting updated well nowadays and has examples of smock tests for various aem ootb structures. Please have a look at it at [1] [1] - https://github.com/adobe/aem-test-...
Hi,Once you re-open the dialog and see that the anchor tag is no more appearing, is the <a id="someid"></a> visible on source editor view or that is trimmed off. If its trimmed off, mostly link checker might be removing a bad link. Please follow [1] to disable link checker as a whole or for a single...
Hi,If this jar is for S3 datastore, this should be placed by your IaC (infrastructure as Code) or configuration management system as this is needed for the base vanilla AEM instance to work. You should place it inside /install/15/ folder along with other jars like oak-blob-cloud. Only the configura...