Merge pull request #31 from creative-commoners/pulls/2.0/table-name

FIX Add table_name to IFramePage
This commit is contained in:
Daniel Hensby 2017-12-04 16:43:14 +00:00 committed by GitHub
commit a28df17a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ class IFramePage extends Page
'FixedWidth' => '0'
);
private static $table_name = 'IFramePage';
private static $description = 'Embeds an iframe into the body of the page.';
private static $singular_name = 'IFrame Page';