Set fallback chain for page slug calculation
This commit is contained in:
@@ -116,5 +116,12 @@ call_user_func(function() {
|
|||||||
'EP Theme'
|
'EP Theme'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$GLOBALS['TCA']['pages']['columns']['slug']['config']['generatorOptions']['fields'] = [
|
||||||
|
[
|
||||||
|
'nav_title',
|
||||||
|
'title'
|
||||||
|
]
|
||||||
|
];
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user