meilisearch/Configuration/TSconfig/Page/Mod/Wizards/NewContentElement.tsconfig

14 lines
459 B
Plaintext
Raw Normal View History

2021-04-17 00:26:33 +02:00
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
}
}
}
}