No, what I mean is that I want to create my own dialog components. For example if a text field is not enough for me, and I need an extra functionality into the textfield of the dialog of one of my components. Thank you
Hi,I've seen that is possible to edit the dialogs through the dialog Editor in AEM. How can I make my own componentes for the dialog? Is that possible?For example to make a color picker, or a datepicker, etc... Thank you!
May be is better to customize the new UI???http://localhost:4502/crx/de/index.jsp#/libs/wcm/core/content/sites/createlivecopywizard The problem is that if we upgrade AEM, we might lose all the changes we would made...
Hi,I have one question related with the Sites.Is it possible to make dialogs like with pages and componentes properties, in order to have a beatiful way to select some kind of properties out of the box manage by the developer??For example in order to customize the creation of some sites from a selec...
Finally I found the solution.The problem was that the blueprint contain in some of the elements the jcr:uuid created. As this have to be unique, when the code replicate the page It also copy the uuid and that broke the constraint of Oak that having unique uuids
Hi,Yes, I'm logged as admin and I can create sites, etc, with my current permissions.The JCR is at the same location,I think is something related with the environment, looking into the stack trace I found this:Caused by: javax.jcr.nodetype.ConstraintViolationException: OakConstraint0030: Uniqueness ...
I'm having the following exception: org.apache.sling.api.resource.PersistenceException: Unable to commit changes to session.when I try to make commit to a ResourceResolver. It's only happening to me in a new machine where I'm migrating my tools, in the older It works fine with the same packages. Do ...
We've found that the less version used by AEM is too old.Is there a way to override this version or updating a updated component without breaking the whole component system? Thank you!