codingms / it-kanzlei
IT-Recht Kanzlei
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- ext-openssl: *
- typo3/cms-core: >=11.5.0,<12.5
README
Installation
- Install the extension.
- Include the
it_kanzlei
TypoScript set on the relevant page. - Insert
itkanzlei_rechtstext
frontend plugin on the relevant page.
Configuration
Storage and API
You can configure the extension using the TypoScript constant editor.
Name | Default | Description |
---|---|---|
Default storage PID | [Int] UID of the page where the legal texts will be saved | |
API username | [String] IT-Recht Kanzlei API username | |
API password | [String] IT-Recht Kanzlei API password | |
API hook typeNum | 1462536424 | [Int] typeNum query parameter of the hook page |
Accounts
Account options are determined dynamically from every root page of your TYPO3 instance, where the page title is the account name and the page ID is the account ID.
Languages and countries
Language and country options are determined dynamically from every site configuration of your TYPO3 instance.
Usage
Plugin
On the desired page, insert the Rechtstext plugin and configure which document, language, country, and shop should be displayed. You can also choose to display the text as plain text, HTML, or a PDF link.
API
In the client portal of IT-Recht Kanzlei, simply enter your shop URL, username, and password.
By default the API hook is accessible at http://www.example.com/?type=1462536424, but you can modify the type
value in TypoScript constant editor.