meilisearch/Configuration/TypoScript/Meilisearch/constants.typoscript

29 lines
904 B
Plaintext
Raw Normal View History

2021-04-24 04:44:44 +02:00
plugin.tx_meilisearch {
# cat=meilisearch: basic/10/enable; type=boolean; label=Enable/disable Meilisearch extension: EXT:meilisearch should only be enabled for relevant sys_languages, to avoid unnecessary connections and overwritten contents.
enabled = 1
view {
# cat=plugin.tx_meilisearch/file; type=string; label=Path to template root (FE)
templateRootPath = EXT:meilisearch/Resources/Private/Templates/
# cat=plugin.tx_meilisearch/file; type=string; label=Path to template partials (FE)
partialRootPath = EXT:meilisearch/Resources/Private/Partials/
# cat=plugin.tx_meilisearch/file; type=string; label=Path to template layouts (FE)
layoutRootPath = EXT:meilisearch/Resources/Private/Layouts/
}
meilisearch {
scheme = http
host = localhost
port = 7700
apiKey =
}
search {
targetPage = 0
results {
resultsPerPage = 10
}
}
}