FIX Add table_name to IFramePage

This commit is contained in:
Robbie Averill 2017-12-04 11:35:41 +13:00
parent fdb9d013b7
commit 3970403b14
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';