Added support for animoto videos.
[embedvideo/.git] / templates / EmbedVideoSiteAdmin.tpl
index 56410db22a2428e6d9036729ff764cc377b8db73..18ce8f6dbd08bcff58ff971397a7ec259330f1f3 100644 (file)
     <tr class="gbEven"><td>externalFlvPlayerVars</td><td>flashvars= options for external flash player</td>
       <td>{g->text text="provides the module with the flashvars to use for the external flash player"}</td></tr>
 
-    <tr class="gbOdd"><td>youtubeDevId</td><td>xxxxxxxxxxx</td>
-      <td>{g->text text="specify the youtube Developer ID used when this plugin makes API calls to youtube"}</td></tr>
-
     <tr class="gbEven"><td>youtubeShowRelated</td><td>true/false</td>
       <td>{g->text text="specify whether you want to show the related video links in the youtube embedded player"}</td></tr>
 
     <tr class="gbEven"><td>autoStart</td><td>true/false</td>
       <td>{g->text text="specify if the embedded video players should autostart the videos or not"}</td></tr>
 
+    <tr class="gbEven"><td>allowFullScreen</td><td>true/false</td>
+      <td>{g->text text="specify if the embedded video player should be allowed to playback in full screen mode or not (youtube only)"}</td></tr>
+
     <tr class="gbOdd"><td>width</td><td>320</td>
       <td>{g->text text="specify the width dimension of the embedded video player"}</td></tr>
 
     <tr class="gbOdd"><td>watermarkVideos</td><td>true/false</td>
       <td>{g->text text="specify whether you want to apply a watermark to the video thumbnails when they are added."}</td></tr>
 
-    <tr class="gbEven"><td>watermarkImage</td><td>URL path</td>
-      <td>{g->text text="URL path to an alternate image to use as a watermark for all video thumbnails."}</td></tr>
+    <tr class="gbEven"><td>watermarkImage</td><td>URL or local path</td>
+      <td>{g->text text="URL or local path to an alternate image to use as a watermark for all video thumbnails."}</td></tr>
+
+    <tr class="gbOdd"><td>watermarkAlignment</td><td>alignment</td>
+      <td>{g->text text="Specify the watermark alignment: top-left, top, top-right, left, center, right, bottom-left, bottom, bottom-right"}</td></tr>
+
+    <tr class="gbEven"><td>wordwrapSummary</td><td>0 - N</td>
+      <td>{g->text text="If non-zero, sets the maximum line width when displaying the item's summary"}</td></tr>
+
+    <tr class="gbOdd"><td>wordwrapDescription</td><td>0 - N</td>
+      <td>{g->text text="If non-zero, sets the maximum line width when displaying the item's description"}</td></tr>
+
+    <tr class="gbEven"><td>centerVideo</td><td>true/false</td>
+      <td>{g->text text="If set to true, video playback will be centered on the photo page"}</td></tr>
 
 
   </table>