-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui-devkit): Allow custom i18n files to compiled into the Admin UI
Closes #264
- Loading branch information
1 parent
a3781a8
commit df88d58
Showing
8 changed files
with
426 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
export const STATIC_ASSETS_OUTPUT_DIR = 'static-assets'; | ||
export const EXTENSION_ROUTES_FILE = 'src/extension.routes.ts'; | ||
export const SHARED_EXTENSIONS_FILE = 'src/shared-extensions.module.ts'; | ||
export const MODULES_OUTPUT_DIR = 'src/extensions'; |
Oops, something went wrong.