aboutsummaryrefslogtreecommitdiff
path: root/src/api/schema.peechy
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/schema.peechy')
-rw-r--r--src/api/schema.peechy3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/api/schema.peechy b/src/api/schema.peechy
index a74059dca..fd887db3b 100644
--- a/src/api/schema.peechy
+++ b/src/api/schema.peechy
@@ -256,6 +256,8 @@ message FrameworkConfig {
CSSInJSBehavior client_css_in_js = 6;
string display_name = 7;
+
+ StringMap overrideModules = 8;
}
struct FrameworkEntryPoint {
@@ -281,6 +283,7 @@ struct LoadedFramework {
bool development;
FrameworkEntryPointMap entry_points;
CSSInJSBehavior client_css_in_js;
+ StringMap overrideModules;
}
struct LoadedRouteConfig {