Files
static-cms/packages/netlify-cms-backend-test
Daniel Lautzenheiser 1aeffbf9c4 UI Tweaks and bug fixes
2022-09-22 18:09:57 -04:00
..
2022-09-21 19:36:11 -04:00
2022-09-22 18:09:57 -04:00

Test backend

The backend behind https://cms-demo.netlify.com/. Used for demo purposes only.

Code structure

Implementation for File Management System API based on simple JS objects:

window.repoFiles // json file-system tree
window.repoFilesUnpublished // flat file list

AuthenticationPage - A component which allow skip login screen for demo purposes.

Look at tests or types for more info.