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

14 lines
473 B
Plaintext
Raw Normal View History

2021-04-17 00:26:33 +02:00
mod.wizards.newContentElement.wizardItems.plugins {
elements {
tx_meilisearch_results {
2021-04-17 21:20:54 +02:00
iconIdentifier = extensions-meilisearch-plugin-contentelement
2021-04-17 00:26:33 +02:00
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
2021-04-17 21:20:54 +02:00
list_type = meilisearch_pi_results
2021-04-17 00:26:33 +02:00
}
}
}
}