mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Merge pull request #2545 from sunnysideup/patch-10
PATCH: fixing properties in comments
This commit is contained in:
commit
3ae58cf8c8
@ -90,10 +90,10 @@ use SilverStripe\View\SSViewer;
|
|||||||
* @property string $Content HTML content of the page.
|
* @property string $Content HTML content of the page.
|
||||||
* @property string $MetaDescription
|
* @property string $MetaDescription
|
||||||
* @property string $ExtraMeta
|
* @property string $ExtraMeta
|
||||||
* @property string $ShowInMenus
|
|
||||||
* @property string $ShowInSearch
|
|
||||||
* @property string $Sort Integer value denoting the sort order.
|
|
||||||
* @property string $ReportClass
|
* @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 $HasBrokenFile True if this page has a broken file shortcode
|
||||||
* @property bool $HasBrokenLink True if this page has a broken page shortcode
|
* @property bool $HasBrokenLink True if this page has a broken page shortcode
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user