mirror of
https://github.com/a2nt/silverstripe-font-awesome.git
synced 2024-10-22 17:05:51 +02:00
Further options
This commit is contained in:
parent
088ebffb50
commit
8516da9cdd
@ -1,5 +1,8 @@
|
||||
---
|
||||
Name: font-awesome
|
||||
After:
|
||||
- 'framework/*'
|
||||
- 'cms/*'
|
||||
---
|
||||
SiteConfig:
|
||||
extensions:
|
||||
|
@ -11,8 +11,8 @@ class FASettings extends DataExtension
|
||||
);
|
||||
|
||||
private static $defaults = array(
|
||||
'UseCDN' => 'No',
|
||||
'UseThemeCSS' => 'No',
|
||||
'UseCDN' => false,
|
||||
'UseThemeCSS' => false,
|
||||
);
|
||||
|
||||
public function updateCMSFields(FieldList $fields)
|
||||
|
Loading…
Reference in New Issue
Block a user