axllent/silverstripe-typography

A simple extension (extending Page) to add a simple typography test page to see your website styles

Installs: 857

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 4

Forks: 4

Open Issues: 0

Language:Scheme

Type:silverstripe-vendormodule

2.0.3 2021-04-09 02:20 UTC

This package is auto-updated.

Last update: 2023-05-09 06:51:05 UTC


README

A simple extension (extending Page) to add a simple typography test page to see your website styles.

It includes a JavaScript function to add element titles to all elements in the test page to help you see what element is which.

Requirements

  • SilverStripe 4 in dev environment

For SilverStripe 3, please refer to the SilverStripe3 branch.

Installation

composer require axllent/silverstripe-typography --dev

Usage

Install the module, run a ?flush=1 and access your website with /typo/ (eg: www.example.com/typo/). Please note that your website must be in the dev environment for the route to be activated.

If you need a customised layout then add a Layout/Typography.ss template in your theme directory and

  <% include TypographySampleText %>