subugoe/zamn

zamn database integration

Installs: 405

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 5

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

4.0.4 2018-10-16 10:57 UTC

This package is auto-updated.

Last update: 2024-03-29 03:57:30 UTC


README

This extension includes the zamn-database with mathematicians heritages.

It is not configuratble, everything is hard-coded and delivers HTML Snippets.

In action: http://fidmath.de/historische-mathematik/liste-der-nachlaesse/

TYPO3 9.5 (and above) routing

Please add a routing configuration such as

  Zamn:
    type: Extbase
    extension: Zamn
    plugin: Hans
    routes:
      - { routePath: '{id}', _controller: 'Index::detail', _arguments: {'id': 'id'} }
    defaultController: 'Index::detail'
    aspects:
      id:
        type: PersistedAliasMapper
        tableName: 'tx_zamn_domain_model_hans'
        routeFieldName: 'uid'

to the site config.yaml file.