admin-config
Advanced tools
Comparing version 0.12.3 to 0.12.4
@@ -37,2 +37,3 @@ "use strict"; | ||
this._flattenable = true; | ||
this._helpText = null; | ||
this.dashboard = true; | ||
@@ -258,2 +259,12 @@ this.list = true; | ||
}, { | ||
key: "helpText", | ||
value: function helpText() { | ||
if (arguments.length) { | ||
this._helpText = arguments[0]; | ||
return this; | ||
} | ||
return this._helpText; | ||
} | ||
}, { | ||
key: "getTemplateValue", | ||
@@ -260,0 +271,0 @@ value: function getTemplateValue(data) { |
{ | ||
"name": "admin-config", | ||
"version": "0.12.3", | ||
"version": "0.12.4", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
388083
4167
0