vierwd/typo3-linkhandler

Static and Phone linkhandlers for TYPO3

Installs: 1 911

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

1.2.2 2021-03-05 16:36 UTC

This package is auto-updated.

Last update: 2024-04-19 21:28:32 UTC


README

TYPO3 Linkhandlers for phone-links and pre-defined links.

Example PageTSConfig for pre-defined links

TCEMAIN.linkHandler.static {
	handler = Vierwd\VierwdLinkHandler\StaticLinkHandler
	label = Pre-Defined Links
	configuration {
		links {
			imprintIdentifier {
				label = Imprint
				typolink {
					parameter = 5
				}
			}
		}
	}
	scanAfter = page
}