Skip to content

Commit 94d2b8a

Browse files
committed
API Update API to reflect changes in silverstripe/cms
1 parent 8dfd9ce commit 94d2b8a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lang/en.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
en:
22
SilverStripe\IFrame\IFramePage:
3+
CLASS_DESCRIPTION: 'Embeds an iframe into the body of the page.'
34
DESCRIPTION: 'Embeds an iframe into the body of the page.'
45
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.'
56
Loading: 'Loading content...'

src/IFramePage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class IFramePage extends Page
3838

3939
private static $table_name = 'IFramePage';
4040

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

4343
private static $singular_name = 'IFrame Page';
4444

0 commit comments

Comments
 (0)