2.10.0-dpl.5 • Published 3 years ago
@forgettingpasswords/netlify-cms-app v2.10.0-dpl.5
Netlify CMS App
For a Netlify CMS overview, see the general Netlify CMS project README.
Purpose
This package is similar to the netlify-cms
package, but is designed for use with extensions. It serves that purpose in the following ways.
- It does not automatically initialize - you must run the CMS
init
method. - It does not include
react
orreact-dom
- they are required as peer dependencies. It does not include the following extensions:
Usage
Install via script tag:
<!-- Excluding `doctype` and `head` but you should add them -->
<body>
<!-- Add these scripts to the bottom of the body -->
<script src="https://unpkg.com/react@^16/umd/react.production.min.js"></script>
<script src="https://unpkg.com/react-dom@^16/umd/react-dom.production.min.js"></script>
<script src="https://unpkg.com/netlify-cms-app/dist/netlify-cms-app.js"></script>
<!-- Initialize the CMS -->
<script>
NetlifyCmsApp.init();
</script>
</body>
Install via npm:
npm i react react-dom netlify-cms-app
import CMS from 'netlify-cms-app';
CMS.init();
2.10.0-dpl.24
3 years ago
2.10.0-dpl.25
3 years ago
2.10.0-dpl.26
3 years ago
2.10.0-dpl.21
5 years ago
2.10.0-dpl.22
5 years ago
2.10.0-dpl.20
5 years ago
2.10.0-dpl.19
5 years ago
2.10.0-dw-2674.0
5 years ago
2.10.0-dpl.18
5 years ago
2.10.0-dpl.17
5 years ago
2.10.0-dpl.15
5 years ago
2.10.0-dpl.16
5 years ago
2.10.0-dpl.14
5 years ago
2.10.0-dpl.13
5 years ago
2.10.0-dpl.12
5 years ago
2.10.0-dpl.11
5 years ago
2.10.0-dpl.10
5 years ago
2.10.0-dpl.5
5 years ago
2.10.0-dpl.4
5 years ago
2.10.0-dpl.2
5 years ago
2.10.0-dpl.1
5 years ago
2.10.0-dpl.0
5 years ago