Export fallback content type and use it as default in WebUI

This commit is contained in:
Thibaut Girka
2019-05-17 10:52:27 +02:00
committed by ThibG
parent dd5bf40b97
commit 56245a2a72
3 changed files with 6 additions and 2 deletions

View File

@@ -27,5 +27,6 @@ export const invitesEnabled = getMeta('invites_enabled');
export const version = getMeta('version');
export const mascot = getMeta('mascot');
export const isStaff = getMeta('is_staff');
export const defaultContentType = getMeta('default_content_type');
export default initialState;