Download the PHP package studiobonito/silverstripe-typekit without Composer
On this page you can find all versions of the php package studiobonito/silverstripe-typekit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download studiobonito/silverstripe-typekit
More information about studiobonito/silverstripe-typekit
Files in studiobonito/silverstripe-typekit
Package silverstripe-typekit
Short Description Provide TypeKit integration for SilverStripe CMS.
License BSD-2-Clause
Homepage https://github.com/studiobonito/silverstripe-typekit
Informations about the package silverstripe-typekit
TypeKit Module
Overview
Provide TypeKit integration for SilverStripe CMS. Configure TypeKit ID via SiteConfig. Allow TypeKit fonts inside HTMLEditorField and provide $TypeKit template variable to inject javascript.
Requirements
- SilverStripe CMS 3.1.2 and newer or 3.2 and newer.
Install
Via Composer
Run the following to add this module as a requirement and install it via composer.
Manual
Copy the 'typekit' folder to the root of your SilverStripe installation.
Usage
The module provides a global template variable $TypeKit
that can be used to insert the kit code into any
page template. This global variable uses the type kit ID specified in the CMS in the Setings > Services > Type Kit
tab.
TypeKit suggests placing kit code in your document <head>
as in the example below. However this module leaves that
choice to the developer.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Tom Densham
- All Contributors
License
The BSD-2-Clause License. Please see License File for more information.
All versions of silverstripe-typekit with dependencies
silverstripe/framework Version >=3.1.2,<3.3
silverstripe/cms Version >=3.1.2,<3.3