.. include:: /Includes.rst.txt
.. _configuration:
=============
Configuration
=============
.. _typoscript:
TypoScript Configuration
========================
The extension registers a Fluid Partial path for ke_search:
.. code-block:: typoscript
plugin.tx_kesearch_pi1 {
view {
partialRootPaths {
1000 = EXT:ke_search_honeypot/Resources/Private/Partials/
}
}
}
This makes the `honeypot` partial available in your ke_search templates.
.. _template:
Template Integration
====================
Add the partial to your search form template:
.. code-block:: html