Modifications pour le document MicrosoftStream
Modifié par superadmin le 21/07/2025 - 08:55
Depuis la version 3.1
modifié par superadmin
sur 06/04/2025 - 00:00
sur 06/04/2025 - 00:00
Commentaire de modification :
Install extension [com.xwiki.pro:xwiki-pro-macros-ui/1.26.14]
Résumé
-
Propriétés de la Page (2 modifications, 0 ajouts, 0 suppressions)
-
Objets (9 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -WebHome 1 +xwiki:XWiki.Macros.WebHome - Auteur du document
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. superadmin1 +XWiki.admin
- XWiki.WikiMacroClass[0]
-
- Code de la macro
-
... ... @@ -73,7 +73,7 @@ 73 73 ## We need to check if there is a valid license because the macro is registered even if the user doesn't have view right 74 74 ## on the macro definition page. See XWIKI-14828: Rendering macros defined in wiki pages are available to users that 75 75 ## don't have view right on those pages. 76 -#if ($services. promacrolicensing.hasLicensureForEntity($xcontext.macro.doc.documentReference))76 +#if ($services.licensing.licensor.hasLicensureForEntity($xcontext.macro.doc.documentReference)) 77 77 #executeMacro 78 78 #else 79 79 {{missingLicenseMessage extensionName="proMacros.extension.name"/}} - Description de la macro
-
... ... @@ -1,0 +1,1 @@ 1 +Embed a Microsoft Stream video in a page by simply passing the URL and any customization parameters.
- XWiki.WikiMacroParameterClass[0]
-
- Description du paramètre
-
... ... @@ -1,0 +1,1 @@ 1 +The URL to the Microsoft Stream video.
- XWiki.WikiMacroParameterClass[1]
-
- Description du paramètre
-
... ... @@ -1,0 +1,1 @@ 1 +The viewer width. Can be specified either in pixels (for example, 400px) or as a percentage of the available page width (for example, 50%).
- XWiki.WikiMacroParameterClass[2]
-
- Description du paramètre
-
... ... @@ -1,0 +1,1 @@ 1 +The viewer height. Can be specified either in pixels (for example, 400px) or as a percentage of the available page height (for example, 50%).
- XWiki.WikiMacroParameterClass[3]
-
- Description du paramètre
-
... ... @@ -1,0 +1,1 @@ 1 +Position of the video relatively to its container. Accepted values are left, center and right.
- XWiki.WikiMacroParameterClass[4]
-
- Description du paramètre
-
... ... @@ -1,0 +1,1 @@ 1 +Start video at a specific time (use HH:MM:SS as time format).
- XWiki.WikiMacroParameterClass[5]
-
- Description du paramètre
-
... ... @@ -1,0 +1,1 @@ 1 +Show the video info on thumbnail
- XWiki.WikiMacroParameterClass[6]
-
- Description du paramètre
-
... ... @@ -1,0 +1,1 @@ 1 +Whether the video should start automatically or if the user must play it.
- XWiki.WikiMacroParameterClass[7]
-
- Description du paramètre
-
... ... @@ -1,0 +1,1 @@ 1 +Wrap text around the video. This applies only to left and right alignment.