mirror of
https://github.com/silverstripe/silverstripe-iframe
synced 2024-10-22 11:05:51 +02:00
FIX Add table_name to IFramePage
This commit is contained in:
parent
fdb9d013b7
commit
3970403b14
@ -33,6 +33,8 @@ class IFramePage extends Page
|
|||||||
'FixedWidth' => '0'
|
'FixedWidth' => '0'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
private static $table_name = 'IFramePage';
|
||||||
|
|
||||||
private static $description = 'Embeds an iframe into the body of the page.';
|
private static $description = 'Embeds an iframe into the body of the page.';
|
||||||
|
|
||||||
private static $singular_name = 'IFrame Page';
|
private static $singular_name = 'IFrame Page';
|
||||||
|
Loading…
Reference in New Issue
Block a user