mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
bump datagenerator for translation
This commit is contained in:
parent
0a3b8614a1
commit
23a95ec9da
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
<script type="text/x-red" data-template-name="data-generator">
|
<script type="text/html" data-template-name="data-generator">
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="node-red:common.label.name"></span></label>
|
<label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="node-red:common.label.name"></span></label>
|
||||||
<input type="text" id="node-input-name" data-i18n="[placeholder]node-red:common.label.name">
|
<input type="text" id="node-input-name" data-i18n="[placeholder]node-red:common.label.name">
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
<script type="text/x-red" data-help-name="data-generator">
|
<script type="text/html" data-help-name="data-generator">
|
||||||
<p>Creates dummy data strings based on a handlebars-style template.</p>
|
<p>Creates dummy data strings based on a handlebars-style template.</p>
|
||||||
<p>Uses the <i><a href="https://github.com/webroo/dummy-json/blob/master/README.md" target="_new">dummy-json</a></i>
|
<p>Uses the <i><a href="https://github.com/webroo/dummy-json/blob/master/README.md" target="_new">dummy-json</a></i>
|
||||||
module, which can create rich sets of dummy data for testing or other uses.</p>
|
module, which can create rich sets of dummy data for testing or other uses.</p>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "node-red-node-data-generator",
|
"name" : "node-red-node-data-generator",
|
||||||
"version" : "0.1.1",
|
"version" : "0.2.0",
|
||||||
"description" : "A Node-RED node to create a string of dummy data values from a template. Useful for test-cases.",
|
"description" : "A Node-RED node to create a string of dummy data values from a template. Useful for test-cases.",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"dummy-json": "^2.0.0"
|
"dummy-json": "^2.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user