This repository was archived by the owner on Sep 9, 2024. It is now read-only.
Netlify Identity from NPM instead of CDN OR Custom Widget #811
Replies: 1 comment
-
Moving this to an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm trying to use Netlify Identity Widget from NPM instead of CDN: https://github.com/netlify/netlify-identity-widget#module-api. It looks like Static CMS cannot detect this, unless I set it to
window.netlifyIdentity = NetlifyIdentityWidget
. Would it be possible to avoid setting this in the global scope by passing something like a config option to CMS?Also, would it be possible to use my custom-built widget instead of the one provided by Netlify?
Beta Was this translation helpful? Give feedback.
All reactions