* Add PHPStan and other quality checks Similar to FreshRSS core Contributes to https://github.com/FreshRSS/Extensions/issues/184 * Bump versions * markdownlint * Draft of GitHub Actions * Wrong branch * Remove wrong tests * Change path approach * Move checkout * cache-dependency-path * fix rm symbolic * Remove irrelevant tests * Fix composer cache path * Fix hashFiles * fix shell cache
10 lines
276 B
JavaScript
10 lines
276 B
JavaScript
/* exported quick_collapse_vars */
|
|
|
|
// eslint-disable-next-line no-unused-vars, no-var
|
|
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 ?>',
|
|
},
|
|
};
|