I am having the same issues here - entry pages seem to work fine, but anything deeper gets the .html added to the URL.<a href="${ '/content/myproject/en' @ extension='html'}">Internal Link</a> Adds the .html extension [correct]<a href="${ 'https://www.adobe.com' @ extension='html'}">External Link<...
On the Landing pages page Landing Pages it says that the Design Importer is now available in package share.Note:AEM does not ship with the Design Importer. It is available as an add-on to AEM via package share and must be installed to be used.Does anyone know exactly which package is required as th...
We are looking at using the language translation workflow mechanism and have tested a few language copies using the Microsoft translator.The seems to work pretty well but we have noticed that not all content is being translated. We have one component that is pretty much identical to another save fo...
We are doing some work around AEM Forms and Adobe Sign. Our Adobe Sign accounts are hosted on either the EU1 or NA2 domain.We have noticed that this does nto work in this case. It appears that only accounts hosted on NA1 work.We have updated to replace instances of na1 with na2/libs/adobesign/comp...
Hi,I think we will likely use that approach going forward. However we noticed that we can use the pageProperties from within the HTL. Seems to work as we expect. So we will go with this in the meantime. Thanks<a href="${pageProperties['person/social/linkedin']}" title="Connect to ${pageProperties[...
Hi,I have the following structure within a page where we store details of a person. There will be one person per page and we have tried to give the person data some sort of structure to break things up (eg jcr:content\person and jcr:content\person\social)It might be late in the day but I am blank a...
Thanks for the response, we are going to look at that, but in the interim we decided to go with Blockquote component which is basically the text rte one that wraps blockquote around the text.Send to work well so far.
We are trying to configure the rich text editor with AEM 6.3 to support the blockquote tag. We have managed to do this adding block quote to the paraformat section. However if we have two or more existing paragraphs that we want to wrap with a blockquote tag this does not work; it replaces all exist...