first commit

This commit is contained in:
Sven Wappler
2021-04-17 21:20:54 +02:00
parent c93ec9492a
commit cadcc8edb4
406 changed files with 4917 additions and 5157 deletions

View File

@@ -38,7 +38,7 @@ use TYPO3\CMS\Scheduler\Task\AbstractTask;
use TYPO3\CMS\Scheduler\Task\Enumeration\Action;
/**
* Adds an additional field to specify the Solr server to initialize the index queue for
* Adds an additional field to specify the Meilisearch server to initialize the index queue for
*
* @author Christoph Moeller <support@network-publishing.de>
*/
@@ -115,7 +115,7 @@ class ReIndexTaskAdditionalFieldProvider implements AdditionalFieldProviderInter
}
/**
* Used to define fields to provide the Solr server address when adding
* Used to define fields to provide the Meilisearch server address when adding
* or editing a task.
*
* @param array $taskInfo reference to the array containing the info used in the add/edit form
@@ -160,7 +160,7 @@ class ReIndexTaskAdditionalFieldProvider implements AdditionalFieldProviderInter
protected function getIndexingConfigurationSelector()
{
$selectorMarkup = 'Please select a site first.';
$this->getPageRenderer()->addCssFile('../typo3conf/ext/solr/Resources/Css/Backend/indexingconfigurationselectorfield.css');
$this->getPageRenderer()->addCssFile('../typo3conf/ext/meilisearch/Resources/Css/Backend/indexingconfigurationselectorfield.css');
if (is_null($this->site)) {
return $selectorMarkup;