Thanks - this is just what I was looking for this morning.We have a 'Rich Link' component which renders Title, Link, Thumbnail, Tags etc from a target page as a Tile.Next step is to define the default component in editable templates to allow this component to be created and linked when the page is d...
Hi,We are working with a client that is using the translation cloud services, managing them through translation projects. They are looking for a way to have a notification sent to all the team members of the project (inbox and email) for when a translation comes back from the translator.I was wonder...
Exactly. We are not storing anything or using Forms at the moment for this reason. Reality is that majority of forms that require some sort of signatory would contain some PII so the current OOTB solution seems a bit lacking.Current thought is that we would have to build a PII compliant standalone ...
Hi,This is a very interesting topic and quite relevant to something we are currently looking at with AEM forms and Adobe Sign. Using the OOTB functionality data and pre-signed PDFs are stored 'somewhere' in the JCR unencrypted. Also any saved data is stored in a similar manner When the signed PDF is...
Mark,Thanks for this - I think I basically understand. This does seem to be an omission from the core code. com.day.cq.wcm.api.designer.Design not having a getProxyPath() method
Thanks. I have done some of the movement to proxied clientlibs which works for some of the css and js.However the area I am really struggling with is how to reference an image in a design from an htl file. what is the actual code?pre HTL it would be <%= currentDesign.getPath() + "/static/img/icon.gi...
Since the recommendation to move designs from /etc/designs to /apps/settings/wcm/designs I would like to know what the preferred approach to making a request to an image in that design from HTLeg we have two designs and in both there is a logo.jpg file. We want to be able to swap the design at the p...
We are looking to do a similar thing - In our httpd.conf we have all the dispatcher stuff and also some basic auth directives. It is presenting the challenge but this is shown on top of the actual rendered page. How did you set up httpd.conf and where were the relevant directives?We have tried with...
Thanks,From the AEM documentation it mentions two entries that contain the word secret; one secretKey which I believe is the value you mentioned in your earlier reply from AWS and is paired with accessKey and secret. It is this value in the .config file that I would like to know where to find the co...