mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
Added JavaScript rl-vm-visible event so that demo extension can prefill passphrase
This commit is contained in:
parent
7a1652972d
commit
f8d358a4f3
3 changed files with 30 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ class DemoAccountPlugin extends \RainLoop\Plugins\AbstractPlugin
|
|||
*/
|
||||
public function Init() : void
|
||||
{
|
||||
$this->addJs('demo.js');
|
||||
|
||||
$this->addHook('filter.app-data', 'FilterAppData');
|
||||
$this->addHook('filter.action-params', 'FilterActionParams');
|
||||
$this->addHook('json.before-accountsetup', 'BeforeAccountSetup');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue