Skip to content

Commit

Permalink
API Move some code to framework to be reusable
Browse files Browse the repository at this point in the history
Some of this code needs to be usable on classes other than SiteTree with
the CMSMain refactoring.
  • Loading branch information
GuySartorelli committed Nov 10, 2024
1 parent 240f2b4 commit 4e32958
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 345 deletions.
2 changes: 1 addition & 1 deletion code/Model/RedirectorPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class RedirectorPage extends Page
{
private static $description = 'Redirects requests to another location';
private static $class_description = 'Redirects requests to another location';

private static $icon_class = 'font-icon-p-redirect';

Expand Down
Loading

0 comments on commit 4e32958

Please sign in to comment.