Airship\Cabin\Bridge\Landing\Motifs::saveMotifConfig PHP Method

saveMotifConfig() protected method

protected saveMotifConfig ( string $motifName, array $config = [] ) : boolean
$motifName string
$config array
return boolean
    protected function saveMotifConfig(string $motifName, array $config = []) : bool
    {
        $res = \Airship\saveJSON(ROOT . '/config/motifs/' . $motifName . '.json', $config);
        \Airship\clear_cache();
        return $res;
    }