FireGento_MageMonitoring_Model_Widget_Abstract::addConfig
Add Configuration
Signature
public function addConfig(string
$configKey,
string
$label,
string|int
$value,
[string
$scope = 'global',
[string
$inputType = 'text',
[boolean
$required = false,
[null|string
$tooltip = null]]]] )
Parameters
$configKey
—
string
- Config Key
$label
—
string
- Label
$value
—
object
- Value
$scope
—
string
- Scope
$inputType
—
string
- Input Type
$required
—
boolean
- Is Required
$tooltip
—
object
- Tooltip
Returns
- $this