AEM Component Generator is a java project that enables developers to generate the base structure of an AEM component using a JSON configuration file specifying component and dialog properties and other configuration options.
Apache License 2.0
113
stars
46
forks
source link
Is it possible to add listeners node in a dialog with this component generator #28
It is not currently possible. I believe listeners in dialogs was a Classic UI practice that is no longer handled directly in the dialog for Touch UI. My recommendation would be to add these custom listeners via an authoring clientlib after generation of the default component.
It is not currently possible. I believe listeners in dialogs was a Classic UI practice that is no longer handled directly in the dialog for Touch UI. My recommendation would be to add these custom listeners via an authoring clientlib after generation of the default component.