@cyprnet/node-red-contrib-uibuilder-formgen 0.4.11 → 0.4.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/user-guide.html +4 -4
- package/package.json +1 -1
package/docs/user-guide.html
CHANGED
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
<h1>PortalSmith FormGen - Offline User Guide</h1>
|
|
149
149
|
<p class="subtitle">Everything you need to install, configure, generate portals, use the schema builder, and customize formgen (offline HTML).</p>
|
|
150
150
|
<div class="subtitle">
|
|
151
|
-
<span class="pill">Node-RED contrib: <code
|
|
151
|
+
<span class="pill">Node-RED contrib: <code>@cyprnet/node-red-contrib-uibuilder-formgen</code></span>
|
|
152
152
|
<span class="pill">Works with: <code>uibuilder</code> + Vue 2 portals</span>
|
|
153
153
|
</div>
|
|
154
154
|
</div>
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
<h3>Install the node</h3>
|
|
253
253
|
<ol>
|
|
254
254
|
<li>In Node-RED: Menu → Manage palette → Install</li>
|
|
255
|
-
<li>Install <code
|
|
255
|
+
<li>Install <code>@cyprnet/node-red-contrib-uibuilder-formgen</code> (or install from a <code>.tgz</code> file)</li>
|
|
256
256
|
<li><strong>Restart Node-RED</strong></li>
|
|
257
257
|
</ol>
|
|
258
258
|
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
|
|
352
352
|
<div class="note ok">
|
|
353
353
|
<strong>Where to get the Schema Builder files:</strong>
|
|
354
|
-
After installing <code
|
|
354
|
+
After installing <code>@cyprnet/node-red-contrib-uibuilder-formgen</code>, copy these files from the package:
|
|
355
355
|
<ul>
|
|
356
356
|
<li><code>examples/formgen-builder/src/index.html</code></li>
|
|
357
357
|
<li><code>examples/formgen-builder/src/index.js</code></li>
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
<section id="schemas">
|
|
368
368
|
<h2>Schema examples library (industry templates)</h2>
|
|
369
369
|
<p>Example schemas are included with the node package under:</p>
|
|
370
|
-
<pre
|
|
370
|
+
<pre>@cyprnet/node-red-contrib-uibuilder-formgen/examples/schemas/</pre>
|
|
371
371
|
|
|
372
372
|
<h3>Industry folders</h3>
|
|
373
373
|
<ul>
|