Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to NPM import/build for NetlifyCMS #2

Open
eaton opened this issue Nov 23, 2020 · 2 comments
Open

Switch to NPM import/build for NetlifyCMS #2

eaton opened this issue Nov 23, 2020 · 2 comments
Assignees
Labels
cms Configuration for NetlifyCMS enhancement New feature or request

Comments

@eaton
Copy link
Member

eaton commented Nov 23, 2020

We want to add some extra CMS widgets, so we need to do some fancy things and build it ourselves. The NetlifyCMS site has instructions but our stripped-down site skeleton doesn't have any JS/SASS tooling yet.

Once we get that in place, we'll probably just need to change the /admin.index.html file to point to our custom built version of the file.

@eaton eaton added enhancement New feature or request cms Configuration for NetlifyCMS labels Nov 23, 2020
@eaton
Copy link
Member Author

eaton commented Nov 26, 2020

The critical bits (external storage of categories, generated UUIDs) are workin* using an external CDN and manual manipulation of the CMS object in the index file. Having the option of a full build still would be excellent, though.

@eaton
Copy link
Member Author

eaton commented Dec 2, 2020

May not be as critical as initially thought — got external widget plugins working the "simple" way with script tags in admin/index.html. What is potentially interesting is file-storage APIs for externally hosting the audio files. NetlifyCMS supports those as plugins just like widgets, but right now only supports "Cloudinary" and a couple of other paid providers. Not sure what straight S3 integration or support for Fission's storage APIs would look like, but it could be interesting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cms Configuration for NetlifyCMS enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants