Back to Decap Cms

Test backend

packages/decap-cms-backend-test/README.md

2.6.0501 B
Original Source

Test backend

The backend behind https://demo.decapcms.org/. Used for demo purposes only.

Code structure

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

js
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.