first commit
This commit is contained in:
28
Configuration/TypoScript/Meilisearch/constants.typoscript
Normal file
28
Configuration/TypoScript/Meilisearch/constants.typoscript
Normal file
@@ -0,0 +1,28 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user