Craft\AmNavPlugin::defineSettings PHP Method

defineSettings() protected method

Plugin settings.
protected defineSettings ( ) : array
return array
    protected function defineSettings()
    {
        return array('pluginName' => array(AttributeType::String), 'canDoActions' => array(AttributeType::Bool, 'default' => false), 'quietErrors' => array(AttributeType::Bool, 'default' => false));
    }