mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
PATCH: fixing properties in comments
This commit is contained in:
parent
d46c2a3827
commit
22694c7474
@ -90,10 +90,10 @@ use SilverStripe\View\SSViewer;
|
||||
* @property string $Content HTML content of the page.
|
||||
* @property string $MetaDescription
|
||||
* @property string $ExtraMeta
|
||||
* @property string $ShowInMenus
|
||||
* @property string $ShowInSearch
|
||||
* @property string $Sort Integer value denoting the sort order.
|
||||
* @property string $ReportClass
|
||||
* @property int $Sort Integer value denoting the sort order.
|
||||
* @property bool $ShowInMenus
|
||||
* @property bool $ShowInSearch
|
||||
* @property bool $HasBrokenFile True if this page has a broken file shortcode
|
||||
* @property bool $HasBrokenLink True if this page has a broken page shortcode
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user