Skip to content

Commit

Permalink
FIX Limit ExtraMeta to only allow meta and link elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamish Friedlander committed Feb 16, 2014
1 parent 9c46c7d commit 224033e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/model/SiteTree.php
Expand Up @@ -105,7 +105,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
"MenuTitle" => "Varchar(100)",
"Content" => "HTMLText",
"MetaDescription" => "Text",
"ExtraMeta" => "HTMLText",
"ExtraMeta" => "HTMLText('meta, link')",
"ShowInMenus" => "Boolean",
"ShowInSearch" => "Boolean",
"Sort" => "Int",
Expand Down

0 comments on commit 224033e

Please sign in to comment.