first commit

This commit is contained in:
Sven Wappler
2021-04-17 00:26:33 +02:00
commit 866c63cc63
813 changed files with 100696 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
mod.wizards.newContentElement.wizardItems.plugins {
elements {
tx_meilisearch_results {
iconIdentifier = extensions-solr-plugin-contentelement
title = LLL:EXT:meilisearch/Resources/Private/Language/locallang.xlf:plugin_results
description = LLL:EXT:meilisearch/Resources/Private/Language/locallang.xlf:plugin_results_description
tt_content_defValues {
CType = list
list_type = solr_pi_results
}
}
}
}