adobe-rnd / aem-boilerplate-xwalk

Use this repository template for new AEM XWalk projects.
https://main--aem-boilerplate-xwalk--adobe-rnd.aem.page
Apache License 2.0
23 stars 29 forks source link

Duplicate Title Property in Universal Editor After #30 Merge #49

Open samuelecalamita opened 1 month ago

samuelecalamita commented 1 month ago

Since the merge of PR #30, the title field in the Universal Editor displays two properties instead of one, as it used to. Previously, the title field had the property name: "jcr:title", but now it shows name: "title".

It's unclear if this change was intentional or if we should revert to using jcr:title. Could you confirm whether this adjustment needs to be corrected?

Screenshot 2024-09-26 at 08 42 16

buuhuu commented 3 weeks ago

That is indeed a regression and will be fixed with the next AEM CS release. In the meanwhile you can get that resolved on a project level by going back to jcr:title and type as properties for the Title component.