Skip to content

Commit

Permalink
use silverstripe-vendormodule
Browse files Browse the repository at this point in the history
  • Loading branch information
dljoseph committed Dec 22, 2017
1 parent e93afe2 commit 22c0fe4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
File renamed without changes
19 changes: 12 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@
"issues": "http://github.com/dljoseph/silverstripe-maintenance-mode/issues"
},
"require": {
"silverstripe/cms": "^4.0@dev",
"silverstripe/framework": "^4.0@dev"
"silverstripe/vendor-plugin": "^1.0",
"silverstripe/cms": "~4.0",
},
"extra": {
"installer-name": "maintenance-mode",
"branch-alias": {
"dev-master": "2.0.x-dev"
"autoload": {
"psr-4": {
"dljoseph\\MaintenanceMode\\": "src/"
}
}
},
"extra": {
"expose": [
"client"
]
},
"minimum-stability": "dev"
}
2 changes: 1 addition & 1 deletion src/UtilityPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class UtilityPage extends ErrorPage
private static $singular_name = 'Utility Page';
private static $plural_name = 'Utility Pages';
private static $description = 'Use this to create a Down for Maintenance, Under Construction or Coming Soon Page';
private static $icon = 'maintenance-mode/images/tools-icon.png';
private static $icon = 'dljoseph/MaintenanceMode:client/images/tools-icon.png';

private static $table_name = 'UtilityPage';

Expand Down

0 comments on commit 22c0fe4

Please sign in to comment.