Project

General

Profile

Feature #87037

Updated by Josef Glatz over 5 years ago

h1. Description 

 Having a way to retrieve the title generated by the previous PageTitleProvider to the current PageTitleProvider or a similar functionality would increase the flexibility of the Page Title API drastically. In addition to that it can be an alternative to the already deprecated UserFunc @config.titleTagFunction@ 

 h2. Scenarios like the following can be realized with small effort 

 * Processing the title string based on existing words makes enriching the title string with automatic easier 
 * The API can be used to check the length and e.g. log or notify the marketeers about a possible too long page title 
 * Rewriting/replacing words based on a actual page property for example. E.g. Removal of the prefixed/suffixed siteTitle

Back