adobe / aem-component-generator

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

[Feature Request] Is it possible to create a richtext editor in component generator. #29

Open Prabhu9876 opened 4 years ago

Prabhu9876 commented 4 years ago

I was trying to create a richtext editor using component generator, in that i am adding type as richtext in component generator while in crx/de the sling resource type field is showing as empty

HitmanInWis commented 4 years ago

RTE dialog fields are not yet supported by the code generator, since inline RTE editor on the page can generally be used for these use cases. That said, there are times where a RTE editor in the dialog does make sense, and it would be great if the generator supported it.

Thank you for the feature request. Please feel free to submit a pull request if you are able to add the feature yourself. Otherwise, hopefully someone else can do the same.