Set fallback chain for page slug calculation

This commit is contained in:
Björn Fromme
2019-06-25 11:14:39 +02:00
parent 3ecd849f0a
commit 8282adcd10
@@ -116,5 +116,12 @@ call_user_func(function() {
'EP Theme'
);
$GLOBALS['TCA']['pages']['columns']['slug']['config']['generatorOptions']['fields'] = [
[
'nav_title',
'title'
]
];
});