diff --git a/src/IFramePage.php b/src/IFramePage.php index 95eb846..2e08bbf 100644 --- a/src/IFramePage.php +++ b/src/IFramePage.php @@ -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';