-
Notifications
You must be signed in to change notification settings - Fork 7
Code Organization
Alan Płócieniak edited this page Mar 1, 2026
·
3 revisions
Wiki ▸ Contributing ▸ Code Organization
We can divide project into 3 micro projects:
- chrome
- options
- sc-ext
Each project has its own micro structure (images, styles, code).
Contains chrome specific files. Those files are a core of chrome extension.
You can find here logic for changing icon, badge and main contentscript.ts that injects all sc-ext project files into a page.
This project is used to maintain options page, where you can manipulate extension settings.
Main Sitecore Extensions project with all modules inside.