Skip to content

Commit

Permalink
Merge updated SwiftypeEngineSlug CMS field from ichaber/develop
Browse files Browse the repository at this point in the history
Fix TextField for SwiftypeEngineSlug in SwiftypeSiteConfig
  • Loading branch information
ichaber authored Apr 24, 2018
2 parents 69aace6 + a12b701 commit f9189c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/SwiftypeSiteConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function updateCMSFields(FieldList $fields)
CheckboxField::create('SwiftypeEnabled', 'Swiftype Search Enabled')
->setDescription('Turning this off will mean that search is disabled and JS will not be loaded.'),
TextField::create('SwiftypeAPIKey', 'Swiftype API Key'),
TextField::create('SwiftypeEngineSlug/ID', 'Swiftype Engine Slug'),
TextField::create('SwiftypeEngineSlug', 'Swiftype Engine Slug'),
TextField::create('SwiftypeEngineKey', 'Swiftype Engine Key'),
TextField::create('SwiftypeDomainID', 'Swiftype Domain ID'),
TextField::create('SwiftypeAccessKey', 'Swiftype Access Key'),
Expand Down

0 comments on commit f9189c1

Please sign in to comment.