mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR: changed MetaDescription to text field as the optiomal SEO guides Description to be up to 744 characters. MINOR: changed MetaKeywords textbox to 2 rows high to provide a visual cue for amount of keywords to use.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@77588 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
5886d4578b
commit
1640844189
@ -65,7 +65,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
|
||||
"MenuTitle" => "Varchar(100)",
|
||||
"Content" => "HTMLText",
|
||||
"MetaTitle" => "Varchar(255)",
|
||||
"MetaDescription" => "Varchar(255)",
|
||||
"MetaDescription" => "Text",
|
||||
"MetaKeywords" => "Varchar(255)",
|
||||
"ExtraMeta" => "HTMLText",
|
||||
"ShowInMenus" => "Boolean",
|
||||
@ -1223,8 +1223,8 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
|
||||
),
|
||||
new HeaderField('MetaTagsHeader',$this->fieldLabel('MetaTagsHeader')),
|
||||
new TextField("MetaTitle", $this->fieldLabel('MetaTitle')),
|
||||
new TextareaField("MetaKeywords", $this->fieldLabel('MetaKeywords'), 1),
|
||||
new TextareaField("MetaDescription", $this->fieldLabel('MetaDescription')),
|
||||
new TextareaField("MetaKeywords", $this->fieldLabel('MetaKeywords')),
|
||||
new TextareaField("ExtraMeta",$this->fieldLabel('ExtraMeta'))
|
||||
)
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user