Project

General

Profile

Task #66370

Updated by Markus Klein about 9 years ago

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 

Back