phill-m / silverstripe-customcss
Adds a code editor field to SiteConfig to add custom css to the website through the admin system.
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:silverstripe-module
Requires
- nathancox/codeeditorfield: dev-master
- silverstripe/cms: 3.*
- silverstripe/framework: 3.*
This package is not auto-updated.
Last update: 2025-04-02 12:08:31 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