0 Votes

Changes for page MyWiki

Last modified by Ryan C on 2025/05/14 13:49

From version 12.1
edited by Ryan C
on 2025/04/28 07:35
Change comment: There is no comment for this version
To version 11.1
edited by Ryan C
on 2025/04/28 07:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -471,37 +471,28 @@
471 471  {{/example}}
472 472  
473 473  == View File Macro ==
474 +
474 474  The View File macro shows a file viewer.
475 475  
476 -{{example}} {{view-file reference="Space.Page@file.pdf"/}} {{/example}}
477 +{{example}}
478 +{{view-file reference="Space.Page@file.pdf"/}}
479 +{{/example}}
477 477  
478 -Fix applied:
479 -
480 -Now uses correct reference parameter.
481 -
482 -No missing "name" error.
483 -
484 484  == UI Extension Macro ==
482 +
485 485  The UIExtension macro injects UI elements.
486 486  
487 -{{example}} {{uiextension extensionPointId="org.xwiki.platform.template.header.after"/}} {{/example}}
485 +{{example}}
486 +{{uiextension extensionPointId="org.xwiki.platform.template.header.after"/}}
487 +{{/example}}
488 488  
489 -Fix applied:
490 -
491 -Correct parameter: extensionPointId="...".
492 -
493 -No missing "id" error anymore.
494 -
495 495  == UI Extensions Macro ==
490 +
496 496  The UIExtensions macro lists UI extensions.
497 497  
498 -{{example}} {{uiextensions/}} {{/example}}
493 +{{example}}
494 +{{uiextensions/}}
495 +{{/example}}
499 499  
500 -Fix applied:
501 501  
502 -The listing macro uiextensions has no parameters required now for a basic use.
503 503  
504 -If you want to filter by extensionpoint later, I can show you how, but basic call now works cleanly.
505 -
506 -
507 -