Skip to content

Commit

Permalink
Merge branch '5' into fix-5-remove-trailing-slash-from-sitetree-links
Browse files Browse the repository at this point in the history
  • Loading branch information
xini authored Sep 15, 2022
2 parents 97deb6b + d566825 commit 95dc73b
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 939 deletions.
2 changes: 0 additions & 2 deletions _config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
use SilverStripe\CMS\Controllers\CMSMain;
use SilverStripe\CMS\Controllers\CMSPageAddController;
use SilverStripe\CMS\Controllers\CMSPageEditController;
use SilverStripe\CMS\Controllers\CMSPageHistoryController;
use SilverStripe\CMS\Controllers\CMSPageSettingsController;
use SilverStripe\CMS\Model\SiteTree;
use SilverStripe\Core\Manifest\ModuleLoader;
Expand Down Expand Up @@ -37,5 +36,4 @@
CMSMenu::remove_menu_class(CMSMain::class);
CMSMenu::remove_menu_class(CMSPageEditController::class);
CMSMenu::remove_menu_class(CMSPageSettingsController::class);
CMSMenu::remove_menu_class(CMSPageHistoryController::class);
CMSMenu::remove_menu_class(CMSPageAddController::class);
2 changes: 1 addition & 1 deletion client/dist/js/TinyMCE_sslink-anchor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/dist/js/TinyMCE_sslink-internal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit 95dc73b

Please sign in to comment.