[WEB-5290] feat: selfhosted check (#8227)
* feat: add in common py * fix: update marketing consent screen based on is self managed flag * improvement: enhance ImagePickerPopover with dynamic tab options based on Unsplash configuration * refactor: product updates modal to include changelog * [WEB-5290] feat: implement fallback for product updates changelog with loading state and error handling --------- Co-authored-by: sriramveeraghanta <veeraghanta.sriram@gmail.com>
This commit is contained in:
parent
5f7ffcb37a
commit
7c74d0a403
16 changed files with 373 additions and 61 deletions
|
|
@ -56,6 +56,7 @@ export interface IInstanceConfig {
|
|||
app_base_url: string | undefined;
|
||||
space_base_url: string | undefined;
|
||||
admin_base_url: string | undefined;
|
||||
is_self_managed: boolean;
|
||||
// intercom
|
||||
is_intercom_enabled: boolean;
|
||||
intercom_app_id: string | undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue