Skip to content

Files

Latest commit

aba4e4b · Feb 26, 2020

History

History
33 lines (25 loc) · 941 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 941 Bytes

C5 JavaScript Cookie

Integrate JavaScript Cookie API in Concrete5 Assets System.

Official Source

Installation

Include library to your composer.json

composer require xanweb/c5-js-cookie

Usage

    $g = \Concrete\Core\Http\ResponseAssetGroup::get();
    $g->requireAsset('vendor-javascript', 'js-cookie');

Or like in Block Controller

    public function registerViewAssets($outputContent = '')
    {
        $this->requireAsset('vendor-javascript', 'js-cookie');
    }

Issues

If you have any issue regarding the JavaScript Cookie API please use JavaScript Cookie Issues Tracker.

License

The C5 JavaScript Cookie is open-sourced software licensed under the MIT license.