phill-m / silverstripe-customcss
There is no license information available for the latest version (dev-master) of this package.
Adds a code editor field to SiteConfig to add custom css to the website through the admin system.
Package info
github.com/phill-m/silverstripe-customcss
Type:silverstripe-module
pkg:composer/phill-m/silverstripe-customcss
dev-master
2016-05-09 09:38 UTC
Requires
- nathancox/codeeditorfield: dev-master
- silverstripe/cms: 3.*
- silverstripe/framework: 3.*
This package is not auto-updated.
Last update: 2026-03-04 16:47:47 UTC
README
This module adds a css code editor field to site config allowing users to add custom css to their website through the admin system.
The custom css is saved into a physical file in the assets area and added to the website as a standard css requirement.
The code editor field uses Ace Code Editor provided by nathancox/silverstripe-codeeditorfield CodeEditorField
Installation Instructions
- Install https://github.com/nathancox/silverstripe-codeeditorfield
- Place the silverstripe-customcss directory in the root of your SilverStripe installation
- Perform a /dev/build
Configuration Options
CustomCSS:
Rows: 15 # The number of rows to be displayed
Stacked: true # If true the field will be displayed below the fields label