Änderungen von Dokument MicrosoftStream

Zuletzt geändert von xwikiadmin am 2025/05/21 10:12

Von Version 7.1
bearbeitet von xwikiadmin
am 2025/05/21 10:12
Änderungskommentar: Install extension [com.xwiki.pro:xwiki-pro-macros-ui/1.26.19]
Auf Version 4.1
bearbeitet von xwikiadmin
am 2023/10/26 09:31
Änderungskommentar: Migrated property [type] from class [XWiki.WikiMacroParameterClass]

Zusammenfassung

Details

Seiteneigenschaften
Übergeordnete Seite
... ... @@ -1,1 +1,1 @@
1 -WebHome
1 +xwiki:XWiki.Macros.WebHome
XWiki.WikiMacroClass[0]
Makro-Code
... ... @@ -69,13 +69,17 @@
69 69  #end
70 70  {{/velocity}}
71 71  
72 +{{include reference="Licenses.Code.VelocityMacros"/}}
73 +
72 72  {{velocity}}
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))
78 +#if ($services.licensing.licensor.hasLicensureForEntity($xcontext.macro.doc.documentReference))
77 77   #executeMacro
78 78  #else
79 - {{missingLicenseMessage extensionName="proMacros.extension.name"/}}
81 + {{error}}
82 + #getMissingLicenseMessage('proMacros.extension.name')
83 + {{/error}}
80 80  #end
81 81  {{/velocity}}
Standardkategorie
... ... @@ -1,0 +1,1 @@
1 +Content
Makrobeschreibung
... ... @@ -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]
Parameter-Beschreibung
... ... @@ -1,0 +1,1 @@
1 +The URL to the Microsoft Stream video.
XWiki.WikiMacroParameterClass[1]
Parameter-Beschreibung
... ... @@ -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]
Parameter-Beschreibung
... ... @@ -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]
Parameter-Beschreibung
... ... @@ -1,0 +1,1 @@
1 +Position of the video relatively to its container. Accepted values are left, center and right.
XWiki.WikiMacroParameterClass[4]
Parameter-Beschreibung
... ... @@ -1,0 +1,1 @@
1 +Start video at a specific time (use HH:MM:SS as time format).
XWiki.WikiMacroParameterClass[5]
Parameter-Beschreibung
... ... @@ -1,0 +1,1 @@
1 +Show the video info on thumbnail
XWiki.WikiMacroParameterClass[6]
Parameter-Beschreibung
... ... @@ -1,0 +1,1 @@
1 +Whether the video should start automatically or if the user must play it.
XWiki.WikiMacroParameterClass[7]
Parameter-Beschreibung
... ... @@ -1,0 +1,1 @@
1 +Wrap text around the video. This applies only to left and right alignment.