Skip to content

Commit

Permalink
API Update API to reflect changes in silverstripe/cms
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Nov 7, 2024
1 parent 8dfd9ce commit 94d2b8a
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
@@ -1,5 +1,6 @@
en:
SilverStripe\IFrame\IFramePage:
CLASS_DESCRIPTION: 'Embeds an iframe into the body of the page.'
DESCRIPTION: 'Embeds an iframe into the body of the page.'
ExternalNote: 'Please note the following section of content is possibly being delivered from an external source (IFRAME in HTML terms), and may present unusual experiences for screen readers.'
Loading: 'Loading content...'
Expand Down
2 changes: 1 addition & 1 deletion src/IFramePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class IFramePage extends Page

private static $table_name = 'IFramePage';

private static $description = 'Embeds an iframe into the body of the page.';
private static $class_description = 'Embeds an iframe into the body of the page.';

private static $singular_name = 'IFrame Page';

Expand Down

0 comments on commit 94d2b8a

Please sign in to comment.