Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -30,6 +30,13 @@ 30 30 31 31 = For Developers = 32 32 33 +== Flamingo == 34 + 35 +An extension point to add content inside the new "Notifications" menu has been added: 36 + 37 +|=##[[org.xwiki.platform.notifications>>platform:ExtensionPoint.Notifications]]## 38 +|{{image reference="NotificationsInside.png"/}} 39 + 33 33 == Tree Velocity Macros == 34 34 35 35 You are now able to "call" the Document Tree from Velocity using something like this: ... ... @@ -64,10 +64,6 @@ 64 64 65 65 == Miscellaneous == 66 66 67 -* An extension point to add content inside the new "Notifications" menu has been added:((( 68 -|=##[[org.xwiki.platform.notifications>>platform:ExtensionPoint.Notifications]]## 69 -|{{image reference="NotificationsInside.png"/}} 70 -))) 71 71 * A new ##extractFirstReference(EntityType)## API has been added to ##EntityReference##: Extract the first entity of the given type from this one by traversing the current entity to the root. This differentiates it from ##extractReference(EntityType)## which extracts the last entity of the given type. 72 72 * The escape Velocity tool has a new method to escape CSS identifiers. This is similar to ##CSS.escape()## available in JavaScript, and is useful if you want to create CSS selectors dynamicaly using untrusted input.((( 73 73 {{code language="none"}}