adobe / aem-core-wcm-components

Standardized components to build websites with AEM.
https://docs.adobe.com/content/help/en/experience-manager-core-components/using/introduction.html
Apache License 2.0
730 stars 736 forks source link

As soon as v2 of a component is created, we will run into problems with client libraries #47

Closed henrykuijpers closed 7 years ago

henrykuijpers commented 7 years ago

I.e. https://github.com/Adobe-Marketing-Cloud/aem-core-wcm-components/blob/master/content/src/content/jcr_root/apps/core/wcm/components/form/button/v1/button/clientlibs/editor/.content.xml

As soon as we create v2 of this button component, it will again have a clientlib category of cq.authoring.dialog - Causing 2 client libraries to be loaded (and in this case 2 validators to be registered)

kwin commented 7 years ago

Isn't this a duplicate of #15?

raducotescu commented 7 years ago

@kwin yes, it is.