Skip to content

Commit

Permalink
API Update code to reflect changes in silverstripe/cms
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Nov 10, 2024
1 parent b6ba2b8 commit 8dc5524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ en:
db_Protocol: Protocol
has_one_Subsite: Subsite
SilverStripe\Subsites\Pages\SubsitesVirtualPage:
CLASS_DESCRIPTION: 'Displays the content of a page on another subsite'
DESCRIPTION: 'Displays the content of a page on another subsite'
OverrideNote: 'Overrides inherited value from the source'
PLURALNAME: 'Subsites Virtual Pages'
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/SubsitesVirtualPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class SubsitesVirtualPage extends VirtualPage
{
private static $table_name = 'SubsitesVirtualPage';

private static $description = 'Displays the content of a page on another subsite';
private static $class_description = 'Displays the content of a page on another subsite';

private static $non_virtual_fields = [
'SubsiteID'
Expand Down

0 comments on commit 8dc5524

Please sign in to comment.