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