search_core/Tests/Functional/Fixtures/BasicSetup.ts
Daniel Siepmann 541c6db53a
FEATURE: Allow to configure tables to be processed
* Add typoscript option which TYPO3 tables should be processed and which
  should not be processed.
* Respect new optiion in hook.
* Also add necessary tests.
* Remove old no longer needed tests for hook.
2016-12-15 14:04:26 +01:00

16 lines
289 B
TypeScript

plugin {
tx_searchcore {
settings {
connection {
host = localhost
port = 9200
}
index {
allowedTables = tt_content
}
}
}
}
module.tx_searchcore < plugin.tx_searchcore