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