TO MERGE : Contact page from Admin or Environment Variable (#1401)

* Contact page from Admin or Environment Variable

* Get contact page from admin by pusher

* Changes requested

* Modify contactPageStore management

* documentation environment variables

Co-authored-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
GRL78 2021-09-21 20:24:53 +02:00 committed by GitHub
parent ccea46fe2b
commit 3f1c5246f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 27 additions and 8 deletions

View file

@ -62,6 +62,7 @@ export class MapController extends BaseController {
roomSlug: "", // Deprecated
tags: [],
textures: [],
contactPage: undefined,
} as MapDetailsData)
);