hi folks,I've a weird problem whereby after implementing URL shortening, one of my sites loses the query parameters. When I do getParameter in the use POJO, it returns null. keyword = getRequest().getParameter("q"); LOG.info("keyword=" + keyword); <= null I still see the query parameter in th...
Hi,I am working on AEM UI extensions for content fragment editor. I am using Canvas Data API. As per this documentation (Canvas Data Api - AEM Content Fragments Editor Extensibility), I am trying to set styles to the content fragment fields. It is working for the text fields. When I try to set style...
Hi all, I have a large, legacy Infopath system that needs to be migrated to Adobe Forms. This includes a database full of Infopath templates and forms that need to be converted. What is the best practice for converting legacy Infopath into Adobe forms? Is there a tool that is recommended for "b...
In the Metadata Schema Editor, the Build Form section provides a set of predefined drag-and-drop components. I wanted to check whether it’s possible to introduce a custom field type—for example, a link field—and define custom rules or behavior for it. If this is supported, what would be the recommen...
From the Jira text:Check the Referer headerIf the header is:missing ORdoes not originate from our domainRedirect the userApplies only when users access the search results page directly with query parametersImplemented on the dispatcher sideSo the rule must:Use HTTP_REFERERTarget only /search-results...
I am trying to hide a taxonomy path (for example, /content/dam/test and /content/site/test_page) from all users, including administrators. I was able to successfully hide it for all non-admin users by configuring ACLs in repo-init scripts. However, admins are still able to see the taxonomy path. How...
I've created a custom metadata-schema which has some text fields, dropdowns and tag pickers. For one of the text fields, I want to apply a regex that will be validating the input which should be a string - 7 characters max, can only be letters and numbers (no characters), and no spaces. I've mapped ...
I am acing an issue where a custom GraphQL schema is not being registered with the corresponding Sling Data Fetcher in AEM. The schema fields are not appearing in the GraphiQL editor (http://localhost:4502/aem/graphiql.html), and it seems the core issue is that the schema is not linked to the Sling ...
We are trying to work on translation project for content in Adobe Experience Manager. Able to create a translation project from Sites but when I go to the translation job within the translation project unable to export the contents of the project in an XLIFF or XML. Can someone help with step by ste...
Hi - we are moving from aem on prem to aem as a cloud service. we do have custom indexes(indices) to convert to the ones compatible with cloud. Based on the documentation - https://github.com/adobe/aio-cli-plugin-aem-cloud-service-migration, we have set up and are using adobe aio plugins for same.wh...