Skip to content

Commit

Permalink
Update Index.rst
Browse files Browse the repository at this point in the history
Fixed include and code-block.
  • Loading branch information
percolatorWitt committed Apr 8, 2021
1 parent 30aff80 commit f520e3b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Documentation/Installation/Index.rst
@@ -1,4 +1,4 @@
.. include:: ../Includes.txt
.. include:: ../Includes.txt


.. _admin-manual:
Expand All @@ -21,11 +21,12 @@ The installation and initial configuration of the extension is as following:

#. Now you can change in the Constant Editor the values for “ezbid” and “dbisaid” The default values are from the Staats- und Universitätsbibliothek Hamburg. Or you can do it as typoscript in the setup, like this:

TypoScript::

plugin.tx_libconnect {
ezbbibid = yourId
dbisbibid = yourId
}

.. code-block:: typoscript
:linenos:
plugin.tx_libconnect {
ezbbibid = yourId
dbisbibid = yourId
}

0 comments on commit f520e3b

Please sign in to comment.