first commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
plugin.tx_meilisearch {
|
||||
solr {
|
||||
scheme = TEXT
|
||||
scheme {
|
||||
value = {$plugin.tx_meilisearch.solr.scheme}
|
||||
override.data = global:TYPO3_CONF_VARS|EXTCONF|solr|scheme
|
||||
}
|
||||
host = TEXT
|
||||
host {
|
||||
value = {$plugin.tx_meilisearch.solr.host}
|
||||
override.data = global:TYPO3_CONF_VARS|EXTCONF|solr|host
|
||||
}
|
||||
port = TEXT
|
||||
port {
|
||||
value = {$plugin.tx_meilisearch.solr.port}
|
||||
override.data = global:TYPO3_CONF_VARS|EXTCONF|solr|port
|
||||
}
|
||||
path = TEXT
|
||||
path {
|
||||
value = {$plugin.tx_meilisearch.solr.path}
|
||||
override.data = global:TYPO3_CONF_VARS|EXTCONF|solr|path
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user