mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Actually make xml2js and json2xml deprecated
as well as just moving them
This commit is contained in:
parent
7ed10d631e
commit
1bbd6297ba
@ -34,7 +34,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
RED.nodes.registerType('xml2js',{
|
||||
category: 'advanced-function',
|
||||
category: 'deprecated',
|
||||
color:"#E6E0F8",
|
||||
defaults: {
|
||||
//useEyes: {value:false},
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
RED.nodes.registerType('json2xml',{
|
||||
category: 'advanced-function',
|
||||
category: 'deprecated',
|
||||
color:"#E6E0F8",
|
||||
defaults: {
|
||||
name: {value:""},
|
||||
|
Loading…
Reference in New Issue
Block a user