mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Adding a flag for the UI to check if emails are enabled
Summary: Front-end code can now test if emails are enabled and hide some parts of UI based on it. Test Plan: Only secondery text was hidden on add users dialog. Tested manually. Reviewers: georgegevoian Reviewed By: georgegevoian Subscribers: georgegevoian Differential Revision: https://phab.getgrist.com/D4221
This commit is contained in:
@@ -786,6 +786,9 @@ export interface GristLoadConfig {
|
||||
canCloseAccount?: boolean;
|
||||
|
||||
experimentalPlugins?: boolean;
|
||||
|
||||
// If backend has an email service for sending notifications.
|
||||
notifierEnabled?: boolean;
|
||||
}
|
||||
|
||||
export const Features = StringUnion(
|
||||
|
||||
Reference in New Issue
Block a user