hn/linked-form-labels

Allows simple links in form labels

Installs: 4 647

Dependents: 0

Suggesters: 0

Security: 0

Type:typo3-cms-extension

v3.0.0 2024-03-01 16:10 UTC

This package is auto-updated.

Last update: 2024-03-30 16:26:09 UTC


README

  • composer require hn/linked-form-labels
  • enable the extension in extension manager.

Nothing more to be done. This extension does have a little typoscript but that is though ext_typoscript_setup.txt.

what it does

Adds linkText and linkPageUid to every normal form type. Every label will than be passed though sprintf to where %s is replaced with that link.

limitations

  • kind of ugly
  • only 1 link per label
  • editor has to use markers (%s)