Update code/BlogTree.php

Name of a blog could do with more space than default 50 characters.

Example a blog name with a tagline for consistant branding...

"My Awesome Brand Blog - Servicing customers and good things like that"
This commit is contained in:
cam-findlay 2012-11-14 08:50:25 +13:00
parent 7b92c199c9
commit de44b90a4a

View File

@ -23,7 +23,7 @@ class BlogTree extends Page {
static $default_entries_limit = 10;
static $db = array(
'Name' => 'Varchar',
'Name' => 'Varchar(255)',
'InheritSideBar' => 'Boolean',
'LandingPageFreshness' => 'Varchar',
);