Skip to content
Permalink
Browse files Browse the repository at this point in the history
XWIKI-20566: Improve Class Sheet display
  • Loading branch information
tmortagne committed Jan 19, 2023
1 parent 1c3f22a commit de72760
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -83,7 +83,7 @@
## sheet output. Class authors can put the description of the class in the class document content.
#set($classSheetReference = $services.model.createDocumentReference($doc.wiki, 'XWiki', 'ClassSheet'))
#if($services.sheet.getDocumentSheets($doc).contains($classSheetReference))
{{include reference="" /}}
{{include reference="" author="target"/}}
#end
{{/velocity}}

Expand Down

0 comments on commit de72760

Please sign in to comment.