FreshRSS-Extensions/xExtension-QuickCollapse/views/quickCollapse/vars.js
Alexandre Alapetite fabd9806af
Add PHPStan and other quality checks (#185)
* 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
2023-11-24 17:04:16 +01:00

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 ?>',
},
};