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 @@
var quick_collapse_vars = {
icon_url_in: "<?= $this->icon_url_in ?>",
icon_url_out: "<?= $this->icon_url_out ?>",
i18n: {
toggle_collapse: "<?= $this->i18n_toggle_collapse ?>",
},
};