Changes for page Academy
                  Last modified by Erik Bakker on 2024/09/24 16:12
              
      
      From version  50.1 
    
    
              edited by Erik Bakker
        
on 2022/04/25 15:31
     on 2022/04/25 15:31
      Change comment:
              There is no comment for this version
          
         Summary
- 
          Objects (0 modified, 2 added, 1 removed)
 
Details
- XWiki.StyleSheetExtension[0]
 -   
- Caching policy
 -   
... ... @@ -1,1 +1,0 @@ 1 -long  - Code
 -   
... ... @@ -1,1 +1,0 @@ 1 -#xwikicontent {background-color: #f5f5f5}  - Content Type
 -   
... ... @@ -1,1 +1,0 @@ 1 -CSS  - Name
 -   
... ... @@ -1,1 +1,0 @@ 1 -TestCSSExtension  - Parse content
 -   
... ... @@ -1,1 +1,0 @@ 1 -Yes  - Use this extension
 -   
... ... @@ -1,1 +1,0 @@ 1 -currentPage  
 - XWiki.DocumentSheetBinding[0]
 -   
 - XWiki.GadgetClass[0]
 -   
- content
 -   
... ... @@ -1,0 +1,9 @@ 1 +{{velocity}} 2 +#set ($extraParams = '') 3 +#if ($doc.space != 'Main') 4 + #set ($escapedDocumentReference = $services.rendering.escape($services.model.serialize($doc.documentReference, 5 + 'default'), 'xwiki/2.1')) 6 + #set ($extraParams = "root='document:$escapedDocumentReference'") 7 +#end 8 +{{documentTree showTranslations="false" showAttachments="false" $extraParams /}} 9 +{{/velocity}}  - position
 -   
... ... @@ -1,0 +1,1 @@ 1 +1,1  - title
 -   
... ... @@ -1,0 +1,1 @@ 1 +#if ($doc.space == 'Main')$services.localization.render('platform.dashboard.wiki.pages')#{else}$services.localization.render('platform.dashboard.space.documents', [$doc.plainTitle])#end