How to set up a development environment in App Builder for multiple extension points. | Community
Skip to main content
December 11, 2024
Question

How to set up a development environment in App Builder for multiple extension points.

  • December 11, 2024
  • 0 replies
  • 434 views

 

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.