Skip to content

Commit

Permalink
[TASK] Documenation improvements removed TS fields
Browse files Browse the repository at this point in the history
  • Loading branch information
dkd-kaehm committed Apr 5, 2017
1 parent 49e2da9 commit 6e697ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 60 deletions.
27 changes: 0 additions & 27 deletions Documentation/Configuration/Reference/TxSolr.rst
Expand Up @@ -35,33 +35,6 @@ conditions where you do not want EXT:solr.
This also influences the connection manager; connections will be registered /
detected only for enabled = 1.

addDefaultCss (removed)
-----------------------

:Type: Boolean
:TS Path: plugin.tx_solr.addDefaultCss
:Default: 1
:Options: 0, 1
:Since: 1.0
:Removed: 2.0, see tx_solr.cssFiles instead

If enabled, default stylesheets for page browser, results, and suggestions will
be included. Otherwise, no stylesheets will be included by EXT:solr.

addDefaultJs (removed)
----------------------

:Type: Boolean
:TS Path: plugin.tx_solr.addDefaultJs
:Default: 1
:Options: 0, 1
:Since: 1.0
:Removed: 2.0, see tx_solr.javascriptFiles instead

If enabled, some javascript files for facet option (un)folding and suggestions
will be included. Furthermore, the jQuery UI library required for suggestions
can only get included, if addDefaultJs is set.

enableDebugMode
---------------

Expand Down
11 changes: 0 additions & 11 deletions Documentation/Configuration/Reference/TxSolrCssFiles.rst
Expand Up @@ -63,17 +63,6 @@ results

Defines the stylesheet to be used for styling the search results page.

pagebrowser (removed)
---------------------

:Type: String
:TS Path: plugin.tx_solr.cssFiles.pagebrowser
:Default: EXT:pagebrowse/res/styles_min.css
:Since: 2.0
:Removed: 3.1

Defines the stylesheet to be used for styling the page browser.

ui
--

Expand Down
22 changes: 0 additions & 22 deletions Documentation/Configuration/Reference/TxSolrIndex.rst
Expand Up @@ -24,28 +24,6 @@ to easily index pages or any kind of records of your TYPO3 CMS.
.. contents::
:local:

enablePageIndexing (removed)
----------------------------

:Type: Boolean
:TS Path: plugin.tx_solr.index.enablePageIndexing
:Default: 1
:Options: 0, 1
:Since: 1.0
:Removed: 2.0 (en/disable Index Queue page indexing configuration instead)

En- / disables frontend page indexing.

enableIndexingWhileBeUserLoggedIn (removed)
-------------------------------------------

:Type: Boolean
:TS Path: plugin.tx_solr.index.enableIndexingWhileBeUserLoggedIn
:Default: 1
:Options: 0, 1
:Since: 1.0
:Removed: 2.0

Allows to prevent frontend indexing of pages when a backend editor is logged in and browsing the website.

additionalFields (deprecated)
Expand Down

0 comments on commit 6e697ad

Please sign in to comment.