Skip to content

feat: Add extension.js for boot-time setup#193

Closed
roncodes wants to merge 1 commit into
mainfrom
feature/extension-boot-refactor
Closed

feat: Add extension.js for boot-time setup#193
roncodes wants to merge 1 commit into
mainfrom
feature/extension-boot-refactor

Conversation

@roncodes
Copy link
Copy Markdown
Member

Add addon/extension.js that contains extension setup code. This file is inlined into the host app by the prebuild script, enabling extension setup to run at boot without loading the engine bundle.

Includes:

  • Menu item registration
  • Dashboard widget registration
  • Admin menu items
  • Uses ExtensionComponent pattern for lazy component loading

Add addon/extension.js that contains extension setup code.
This file is inlined into the host app by the prebuild script,
enabling extension setup to run at boot without loading the engine bundle.

Includes:
- Menu item registration
- Dashboard widget registration
- Admin menu items
- Uses ExtensionComponent pattern for lazy component loading
@roncodes roncodes closed this Nov 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant