@zenginehq/frontend-config
Advanced tools
Comparing version 3.14.1 to 3.15.0
{ | ||
"name": "@zenginehq/frontend-config", | ||
"version": "3.14.1", | ||
"version": "3.15.0", | ||
"description": "Helper module for implementing Zengine plugin configuration forms.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -187,3 +187,3 @@ plugin.service('wgnConfigInputs', [function () { | ||
validate: function (r) { | ||
return checkAllowedItems(r, ['radio', 'checkbox', 'dropdown']); | ||
return checkAllowedItems(r, ['radio', 'checkbox', 'dropdown', 'folder']); | ||
} | ||
@@ -190,0 +190,0 @@ }, |
@@ -438,3 +438,3 @@ plugin.controller('wgnConfigCtrl', ['$scope', '$q', '$routeParams', 'znData', 'znModal', 'znMessage', 'wgnConfigSrv', | ||
* Loads all choices for a given field. | ||
* This only really applies to checkbox, dropdown and radio fields. | ||
* This applies to checkbox, dropdown and radio fields. | ||
* | ||
@@ -441,0 +441,0 @@ * @param {Object} fieldDef The choice input definition. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
304777