mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
slight tidy of YAML PR (remove excess console.log in test)
and improve XML test coverage slightly
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
<script type="text/x-red" data-template-name="yaml">
|
||||
<div class="form-row">
|
||||
<label for="node-input-name"><i class="fa fa-tag"></i> <span data-i18n="common.label.name"></span></label>
|
||||
|
@@ -1,3 +1,4 @@
|
||||
|
||||
module.exports = function(RED) {
|
||||
"use strict";
|
||||
var yaml = require('js-yaml');
|
||||
|
Reference in New Issue
Block a user