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
      }
    }
  }
}