Add Quick Collapse extension

This commit is contained in:
Marien Fressinaud 2020-01-20 13:51:46 +01:00
parent 0a8652eefb
commit 1a37d8c11b
No known key found for this signature in database
GPG key ID: 936C16A8AE27E9D5
14 changed files with 834 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<?php
return [
'js' => [
'toggle_collapse' => 'Toggle collapse',
],
];