From 68e5312c73707c6dca173ec52b5341a650b23107 Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Wed, 5 May 2021 17:44:47 +0200 Subject: [PATCH] MOBILE-3320 remotethemes: Expose tmp site id --- src/addons/remotethemes/services/remotethemes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.