diff --git a/src/addons/remotethemes/services/remotethemes.ts b/src/addons/remotethemes/services/remotethemes.ts index eea64fc8e..6dc82e1e4 100644 --- a/src/addons/remotethemes/services/remotethemes.ts +++ b/src/addons/remotethemes/services/remotethemes.ts @@ -29,7 +29,7 @@ import { makeSingleton } from '@singletons'; import { CoreEvents } from '@singletons/events'; const SEPARATOR_35 = /\/\*\*? *3\.5(\.0)? *styles? *\*\//i; // A comment like "/* 3.5 styles */". -const TMP_SITE_ID = 'tmpsite'; +export const TMP_SITE_ID = 'tmpsite'; /** * Service to handle remote themes. A remote theme is a CSS sheet stored in the site that allows customising the Mobile app.