Forgot migrating the Synopis macro
This commit is contained in:
parent
9c24f30f6e
commit
517fca6410
1 changed files with 7 additions and 0 deletions
|
|
@ -799,6 +799,13 @@ $replace{'T'} = {
|
||||||
},
|
},
|
||||||
'parameter'=>[ "depth" ]
|
'parameter'=>[ "depth" ]
|
||||||
};
|
};
|
||||||
|
$replace{'Synopsis'} = {
|
||||||
|
'columns'=>{
|
||||||
|
identifier=>'Synopsis', depth=>99, method=>'self_and_descendants', startAt=>'current', stopAtLevel=>'-1',
|
||||||
|
templateId=>'8', showSystemPages=>0, showHiddenPages=>0, showUnprivilegedPages=>0, reverse=>0, seperator=>''
|
||||||
|
},
|
||||||
|
'parameter'=>[ "depth" ]
|
||||||
|
};
|
||||||
$replace{'t'} = {
|
$replace{'t'} = {
|
||||||
'columns'=>{
|
'columns'=>{
|
||||||
identifier=>'TopLevelMenuHorizontal', depth=>0, method=>'self_and_sisters', startAt=>'top', stopAtLevel=>'-1',
|
identifier=>'TopLevelMenuHorizontal', depth=>0, method=>'self_and_sisters', startAt=>'top', stopAtLevel=>'-1',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue