Actions
Task #66370
closedStory #46140: Add configurable linkhandler for arbitrary records
Add generic preview URL generator API
Status:
Closed
Priority:
Must have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2015-04-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
hard
Sprint Focus:
Description
The preview URL is triggered with the save+view button of a record.
The preview URL is generated by the specific handler for a record.
Any extension might register a handler for this.The fallback is the Core functionality:
- for Content Elements the existing code takes care
- for all other records a new record preview handler is responsible
Reading: https://stmllr.net/blog/save-and-view-button-for-records-of-typo3-extensions/
Actions