$this->
addAclPermission('getEnconder', 'read', "You're not allowed to open the module."
);
$this->
addAclPermission('getOptimizers', 'read', "You're not allowed to open the module."
);
$this->
addAclPermission('info', 'read', "You're not allowed to open the module."
);
} /**
* Disable template engine for all actions
*/
public function preDispatch() { if (!\
in_array($this->
Request()->
getActionName(),
['index', 'load', 'info'
])) { $this->
Front()->
Plugins()->
Json()->
setRenderer();
} } /**
* Function to get all system-configs and its requirements
* The array also contains a status, whether the minimum requirements are met
* The encoder-configs are excluded, because they are needed in another store
* getEncoderAction loads those two encoder-configs
*
* @return void
*/