Änderungen von Dokument MicrosoftStream

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

Von Version 4.1
bearbeitet von xwikiadmin
am 2023/10/26 09:31
Änderungskommentar: Migrated property [type] from class [XWiki.WikiMacroParameterClass]
Auf 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]

Zusammenfassung

Details

Seiteneigenschaften
Übergeordnete Seite
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.Macros.WebHome
1 +WebHome
XWiki.WikiMacroClass[0]
Makro-Code
... ... @@ -69,17 +69,13 @@
69 69  #end
70 70  {{/velocity}}
71 71  
72 -{{include reference="Licenses.Code.VelocityMacros"/}}
73 -
74 74  {{velocity}}
75 75  ## We need to check if there is a valid license because the macro is registered even if the user doesn't have view right
76 76  ## on the macro definition page. See XWIKI-14828: Rendering macros defined in wiki pages are available to users that
77 77  ## don't have view right on those pages.
78 -#if ($services.licensing.licensor.hasLicensureForEntity($xcontext.macro.doc.documentReference))
76 +#if ($services.promacrolicensing.hasLicensureForEntity($xcontext.macro.doc.documentReference))
79 79   #executeMacro
80 80  #else
81 - {{error}}
82 - #getMissingLicenseMessage('proMacros.extension.name')
83 - {{/error}}
79 + {{missingLicenseMessage extensionName="proMacros.extension.name"/}}
84 84  #end
85 85  {{/velocity}}
Standardkategorie
... ... @@ -1,1 +1,0 @@
1 -Content
Makrobeschreibung
... ... @@ -1,1 +1,0 @@
1 -Embed a Microsoft Stream video in a page by simply passing the URL and any customization parameters.
XWiki.WikiMacroParameterClass[0]
Parameter-Beschreibung
... ... @@ -1,1 +1,0 @@
1 -The URL to the Microsoft Stream video.
XWiki.WikiMacroParameterClass[1]
Parameter-Beschreibung
... ... @@ -1,1 +1,0 @@
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,1 +1,0 @@
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,1 +1,0 @@
1 -Position of the video relatively to its container. Accepted values are left, center and right.
XWiki.WikiMacroParameterClass[4]
Parameter-Beschreibung
... ... @@ -1,1 +1,0 @@
1 -Start video at a specific time (use HH:MM:SS as time format).
XWiki.WikiMacroParameterClass[5]
Parameter-Beschreibung
... ... @@ -1,1 +1,0 @@
1 -Show the video info on thumbnail
XWiki.WikiMacroParameterClass[6]
Parameter-Beschreibung
... ... @@ -1,1 +1,0 @@
1 -Whether the video should start automatically or if the user must play it.
XWiki.WikiMacroParameterClass[7]
Parameter-Beschreibung
... ... @@ -1,1 +1,0 @@
1 -Wrap text around the video. This applies only to left and right alignment.