I would like to ask about setting up a development environment in App Builder for multiple extension points.
Currently, I am using the aio app init command to create a project with the following two extension points:
- aem/cf-editor/1
- aem/cf-console-admin/1
I added a headerMenu button for each extension point and deployed the project. However, only the button for the last extension point defined in the app.config.yaml file is displayed.
extensions:
aem/cf-editor/1:
$include: src/aem-cf-editor-1/ext.config.yaml
aem/cf-console-admin/1:
$include: src/aem-cf-console-admin-1/ext.config.yaml
Is it possible to develop and deploy for multiple extension points simultaneously within a single project? If so, I would appreciate any guidance or best practices.