From f37b63a6cb9bac0f2078ed265a739551633ee4e6 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 16 Oct 2020 11:22:28 +0100 Subject: [PATCH] Fix file extension Co-authored-by: Travis Ralston --- docs/customisations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customisations.md b/docs/customisations.md index cea95af478..2c36b54f9b 100644 --- a/docs/customisations.md +++ b/docs/customisations.md @@ -13,7 +13,7 @@ Web so that you can add your own code. Even though the default module is part of the React SDK, you can still override it from the Element Web layer: 1. Copy the default customisation module to - `element-web/src/customisations/YourNameSecurity.js` + `element-web/src/customisations/YourNameSecurity.ts` 2. Edit customisations points and make sure export the ones you actually want to activate 3. Tweak the Element build process to use the customised module instead of the