From 0ed5e5bf4172d412edd84357f83f60e1b06f8d2f Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Fri, 6 Jun 2025 13:23:03 +0100 Subject: [PATCH] GraphQL model docstring --- crates/handlers/src/graphql/model/site_config.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/handlers/src/graphql/model/site_config.rs b/crates/handlers/src/graphql/model/site_config.rs index d4a984bbd..8fa722f70 100644 --- a/crates/handlers/src/graphql/model/site_config.rs +++ b/crates/handlers/src/graphql/model/site_config.rs @@ -57,6 +57,7 @@ pub struct SiteConfig { /// Whether users can log in with their email address. login_with_email_allowed: bool, + /// Experimental plan management iframe URI. plan_management_iframe_uri: Option, }