Skip to content

Commit

Permalink
FIX: Allow 1024 chars for keywords, not a mere 255
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Minnee committed Nov 5, 2012
1 parent 2ae5c49 commit ef32310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/model/SiteTree.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
"Content" => "HTMLText",
"MetaTitle" => "Varchar(255)",
"MetaDescription" => "Text",
"MetaKeywords" => "Varchar(255)",
"MetaKeywords" => "Varchar(1024)",
"ExtraMeta" => "HTMLText",
"ShowInMenus" => "Boolean",
"ShowInSearch" => "Boolean",
Expand Down

0 comments on commit ef32310

Please sign in to comment.