mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 09:05:55 +00:00
Merge pull request #78 from robert-h-curry/page-description
Add description to Subsites Virtual Page
This commit is contained in:
commit
5a75b31226
@ -1,5 +1,8 @@
|
||||
<?php
|
||||
class SubsitesVirtualPage extends VirtualPage {
|
||||
|
||||
private static $description = 'Displays the content of a page on another subsite';
|
||||
|
||||
public static $db = array(
|
||||
'CustomMetaTitle' => 'Varchar(255)',
|
||||
'CustomMetaKeywords' => 'Varchar(255)',
|
||||
|
Loading…
x
Reference in New Issue
Block a user