mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
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:
parent
7b92c199c9
commit
de44b90a4a
@ -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',
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user