hi @Ajay_KR, You can manually delete the sitemap nodes under /var/sitemaps that correspond to the paths for which sitemap generation was disabled. This typically requires permission to access and manage the repository content. If the operation is to be executed only once, I would not find a more ele...
hi @JavedKh, maybe the error happens because the field tries to load all content fragments under that root path, which can be very large and cause pagination or loading issues. When you restrict rootPath to something narrower like "/content/experience-fragments/myproject," the loading works fine bec...
hi @sanketd27011989,It's possible that you cannot see the saved value because it isn't displayed in the rendered dropdown. However, the value may have been previously saved— you can verify this using CRXDE.To address the issue, here are my recommendations:Avoid having large single dropdowns with ove...
Option AI see that the file /libs/.../infopanel.jsp is loading the following client library:<ui:includeClientLib categories="cq.gui.coral.common.admin.toolbar.infopanel"/>You should be able to create your own custom client library and assign it the category name "cq.gui.coral.common.admin.toolbar.in...
hi @RadhaGa2, You can launch workflows for XF, but be careful to select the XF itself rather than the folder that contains it. As shown in my screenshot, I have the option to launch a workflow specifically for an XF with the Create button.
hi @An___nie,AEM Assets can extract metadata from video files just like it does for images and other digital assets. You can find more information here. If your source file already contains metadata, consider using processing profiles to apply custom logic while processing the assets.
Hi @SrikanthPo3, Sometimes, other Sling models injected as dependencies can cause issues. Please try removing any other Sling models to see if the application starts correctly. If it does, this indicates that the problem lies with another model. If you still don’t find any hints, I recommend comment...
Please review your Sling Model implementation. If we assume you are using core components, the keyword values are generated by utilizing the "Tags" field, as mentioned by Sai - so it does not explain your situation. Is it possible that your model has implemented custom logic to inherit from the firs...