Hi All
In our setup we are using AEM translation project and XTM as a translation connector. AEM translation have the ability to reject translations and even add comments . However, Our translation connector doesn’t support the rejection reasons/comments feature.
I’m curious if anyone else is using ...
Hi
Also Check Sling GET servlet configurtaion at http://<host>:<port>/system/console/configMgr/org.apache.sling.servlets.get.DefaultGetServlet
And check if Enable JSON and Enable XML are selected
Hi
As you must be aware that "_msm_moved" is created when the a rollout action is triggered and content is being rolled out to a livecopy where an identically named node is located .
And copying content from live copy to master copy is not a good idea, other then msm_moved nodes, you need to clean...
Hi
You can use Sling query<org.apache.sling.query.SlingQuery> for the same.Targated component's resource type becomes "cq/personalization/components/target" So in your sling model you can chedk if current page have this resource type
e.g
{CURRENT_PAGE_RESOURCE}.children().has("cq/personalization/co...
Hi
Please check these two things
1. The video will be served from /is/content, so please update your URL accordingly.
2. Also, double-check your URL. If you're using scene7 mode, it should be [companyname]/uniqueid.scene7.com.
Thanks
Dipti
Hi @JonMaguire
For PageName property, you can add new custom validator. Normally for this you have "foundation.jcr.name" and regex already attached but you want to put custom validator , you can do it.
example- This is validator for page name regex and your "validation" property looks like " fou...
Did you try "com.adobe.granite.workflow.model.WorkflowTransition" methods. looks like there are a bunch of different ways to transition between workflow steps using this.
I haven't tried them out myself yet, but thought it could be worth sharing in case it ends up being helpful for you
Hi @ShaylaBl
For this its better to go with mixed approach - giving the option to provide alt text for each component, but also having a fallback at the DAM level if author does not want specific alt text at component level.
HI @Aaron_Dempwolff
yes, you can create dynamic pages if you dont have any authoring content. Your the URL structure may look like "abc.[PRODUCT ID].html". This product id as selector approach will allow you to cache the content effectively, as the URL will be distinct for each page. But in reposit...