hn / linked-form-labels
Allows simple links in form labels
Package info
bitbucket.org/hauptsachenet/linked-form-labels
Type:typo3-cms-extension
pkg:composer/hn/linked-form-labels
v3.0.1
2024-10-08 13:07 UTC
Requires
- php: ^8
- typo3/cms-core: 12.*.* < 13
- typo3/cms-form: 12.*.* < 13
This package is auto-updated.
Last update: 2026-03-13 18:01:32 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)