mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Renamed WidgetAreaField to WidgetAreaEditor, made it more like FieldEditor
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39237 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
8f07141313
commit
85313b7e49
@ -67,7 +67,8 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
|
|||||||
Requirements::themedCSS('typography');
|
Requirements::themedCSS('typography');
|
||||||
|
|
||||||
// For Blog
|
// For Blog
|
||||||
Requirements::css("blog/css/WidgetAreaField.css");
|
Requirements::css("blog/css/WidgetAreaEditor.css");
|
||||||
|
Requirements::javascript("blog/javascript/WidgetAreaEditor.js");
|
||||||
|
|
||||||
// HACK ALERT:
|
// HACK ALERT:
|
||||||
// We need a better way of including all of the CSS that *might* be used by this application.
|
// We need a better way of including all of the CSS that *might* be used by this application.
|
||||||
|
Loading…
Reference in New Issue
Block a user