Documentation conventions
Ensure that you are familiar with the conventions that are used in this documentation to represent the locations of extensions, definition file, and bundle file.
The following table describes typographical conventions used throughout this document:
| Convention | Location | Description |
|---|---|---|
| SCREEN_EXTENSIONS_HOME | <WORKSPACE>/store-frontend/store-extensions-src/app | The folder that contains your extensions, either in your workspace or the application runtime. |
| SCREEN_EXTENSIONS_DEFINITION_FILE | <WORKSPACE>/store-frontend/store-extensions-src/app/store-customization-impl.ts | The extensions definition file where you update the value of the appropriate property with the name of the newly added components, services, and lazy loaded module routes. |
| BUNDLE_EXTENSIONS_HOME | <WORKSPACE>/store-frontend/store-extensions-src/assets/store-frontend/i18n | The location of the bundle extensions file. |
| STYLE_EXTENSIONS_HOME | <WORKSPACE>/store-frontend/store-extensions-src/assets/store-frontend/styles | The location of custom CSS files and style assets. |