georgringer / uri2link
Convert external url like domain.tld/services to TYPO3 links if this is url is actually served by TYPO3
Fund package maintenance!
Patreon
www.paypal.me/GeorgRinger/10
Installs: 5 417
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 1
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^11.5.34 || ^12.4.10
- typo3/cms-frontend: ^11.5.34 || ^12.4.10
This package is auto-updated.
Last update: 2024-11-03 20:32:37 UTC
README
This extension converts external links provided by editors to TYPO3 links. Given is website https://demo.vm/
and editor sets as link https://demo.vm/my-sit/contact
and this is actually an existing page, the link
will be transformed to t3://page?uid=123
.
All links in fields in TCA properties with renderType=inputLink
are checked, links in RTE are ignored!
Installation
- Install extensions as any other. Either use
composer require georgringer/uri2link
or install extension via TER. - All new links will be checked
Todos
- Support RTE
- Command call for mass checking