... |
... |
@@ -507,7 +507,9 @@ |
507 |
507 |
The UIExtension macro injects UI elements into extension points. |
508 |
508 |
|
509 |
509 |
{{example}} |
|
510 |
+ |
510 |
510 |
{{uiextension id="org.xwiki.watchlist.menu"/}} |
|
512 |
+ |
511 |
511 |
{{/example}} |
512 |
512 |
|
513 |
513 |
✅ This will NOT give you the [Failed to find an extension id] error because it's a real one. |
... |
... |
@@ -527,7 +527,9 @@ |
527 |
527 |
The UIExtensions macro lists UI extensions for a given extension point. |
528 |
528 |
|
529 |
529 |
{{example}} |
|
532 |
+ |
530 |
530 |
{{uiextensions extensionpoint="org.xwiki.watchlist.menu"/}} |
|
534 |
+ |
531 |
531 |
{{/example}} |
532 |
532 |
|
533 |
533 |
|