mirror of
https://github.com/silverstripe/silverstripe-translatable
synced 2024-10-22 09:05:59 +00:00
Removed MetaTitle/MetaDescription fields from search form
They have been removed from core (master)
This commit is contained in:
parent
c8863f6977
commit
745b2bcc8e
@ -11,7 +11,7 @@ class TranslatableSearchFormTest extends FunctionalTest {
|
||||
protected $requiredExtensions = array(
|
||||
'SiteTree' => array(
|
||||
'Translatable',
|
||||
"FulltextSearchable('Title,MenuTitle,Content,MetaTitle,MetaDescription,MetaKeywords')",
|
||||
"FulltextSearchable('Title,MenuTitle,Content,MetaDescription')",
|
||||
),
|
||||
"File" => array(
|
||||
"FulltextSearchable('Filename,Title,Content')",
|
||||
|
Loading…
x
Reference in New Issue
Block a user