Added initial version.

This commit is contained in:
Lewin Probst 2019-08-27 16:23:02 +02:00
parent a8b3ece110
commit 736631e798
6 changed files with 200 additions and 2 deletions

10
etc/config.php Normal file
View file

@ -0,0 +1,10 @@
<?php
return [
//"element_type_module" => "form",
"dependencies" => [
"javascript" => [
"movis_js_movis"
]
]
];