mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Merge pull request #1514 from stevie-mayhew/pulls/redirector-description
DOCS: updated description for redirector page
This commit is contained in:
commit
bf511939f4
@ -6,7 +6,7 @@
|
||||
* @subpackage content
|
||||
*/
|
||||
class RedirectorPage extends Page {
|
||||
private static $description = 'Redirects to a different internal page';
|
||||
private static $description = 'Redirects to an internal page or an external URL';
|
||||
|
||||
private static $db = array(
|
||||
"RedirectionType" => "Enum('Internal,External','Internal')",
|
||||
|
Loading…
x
Reference in New Issue
Block a user