MOBILE-3320 remotethemes: Expose tmp site id

main
Noel De Martin 2021-05-05 17:44:47 +02:00
parent 2c01a3c4aa
commit 68e5312c73
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import { makeSingleton } from '@singletons';
import { CoreEvents } from '@singletons/events'; import { CoreEvents } from '@singletons/events';
const SEPARATOR_35 = /\/\*\*? *3\.5(\.0)? *styles? *\*\//i; // A comment like "/* 3.5 styles */". 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. * Service to handle remote themes. A remote theme is a CSS sheet stored in the site that allows customising the Mobile app.