Extensions/plugins for the new CF Editor
Hi everyone,
I started working on a few extensions/plugins for the new CF Editor, such as showing/hiding fields based on a selection, custom color picker field, custom autocomplete field, etc. Following the docs provided here https://developer.adobe.com/uix/docs/services/aem-cf-editor/code-generation/ is going mostly ok so far, however I do have a few questions I would like to clarify with the community:
- I assume each plugin should have its own separate Git repo and project in Adobe IO based on the App Builder template. Can anyone confirm this assumption?
- If I do separate my plugins, I don't want them to load on CF models where they are not used. Is there a way to limit the plugin to only load on specific CF models or should I raise a feature request?
- I don't know why Adobe is writing React code in JS files in the project templates. Visual Studio obviously complains about this as it should be in JSX files. Does anyone know if it's safe to just rename the files in JSX?
I will share my learning once I am done, so stay tuned for blog posts that will follow.
Thanks in advance,
Daniel

