nodext-create

Create CMS UI extension for nodext

Usage no npm install needed!

<script type="module">
  import nodextCreate from 'https://cdn.skypack.dev/nodext-create';
</script>

README

nodext-create - Create integration for NodeXT

This package provides a NodeXT extension for including the Create CMS UI into Node.js web applications.

Installation

$ npm install nodext-create

Usage

Add this extension to your NodeXT application configuration:

"/create/": {
  "name": "create",
  "location": "./node_modules/nodext-create",
  "configuration": {}
}

...and then include the Create JavaScript files in your template. For example:

<script src="/create/js/jquery.Midgard.midgardCreate.js"></script>