first commit
58
components/com_jce/editor/tiny_mce/plugins/media/config.php
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @copyright Copyright (c) 2009-2022 Ryan Demmer. All rights reserved
|
||||
* @license GNU/GPL 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
||||
* JCE is free software. This version may have been modified pursuant
|
||||
* to the GNU General Public License, and as distributed it includes or
|
||||
* is derivative of works licensed under the GNU General Public License or
|
||||
* other free or open source software licenses
|
||||
*/
|
||||
class WFMediaPluginConfig
|
||||
{
|
||||
public static function getConfig(&$settings)
|
||||
{
|
||||
$wf = WFApplication::getInstance();
|
||||
|
||||
$tags = array();
|
||||
|
||||
$allow_iframes = (int) $wf->getParam('media.iframes', 0);
|
||||
|
||||
if ($allow_iframes) {
|
||||
$tags[] = 'iframe';
|
||||
|
||||
// may be overwritten by mediamanager config - ../mediamanager/config.php
|
||||
if ($allow_iframes == 2) {
|
||||
$settings['iframes_allow_local'] = true;
|
||||
}
|
||||
|
||||
if ($allow_iframes == 3) {
|
||||
$settings['iframes_allow_supported'] = true;
|
||||
}
|
||||
}
|
||||
|
||||
if ($wf->getParam('media.audio', 1)) {
|
||||
$tags[] = 'audio';
|
||||
}
|
||||
|
||||
if ($wf->getParam('media.video', 1)) {
|
||||
$tags[] = 'video';
|
||||
}
|
||||
|
||||
if (in_array('audio', $tags) || in_array('video', $tags)) {
|
||||
$tags[] = 'source';
|
||||
}
|
||||
|
||||
if ($wf->getParam('media.embed', 1)) {
|
||||
$tags[] = 'embed';
|
||||
}
|
||||
|
||||
if ($wf->getParam('media.object', 1)) {
|
||||
$tags[] = 'object';
|
||||
$tags[] = 'param';
|
||||
}
|
||||
|
||||
$settings['invalid_elements'] = array_diff($settings['invalid_elements'], $tags);
|
||||
$settings['media_live_embed'] = $wf->getParam('media.live_embed', 1);
|
||||
}
|
||||
}
|
||||
1
components/com_jce/editor/tiny_mce/plugins/media/css/content.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
img.mce-object{outline:#ccc dashed 1.5px;border-color:var(--mce-guidelines);background-position:center;background-repeat:no-repeat;background-color:#fafafa;background-color:var(--mce-placeholder);background-size:256px}img.mce-object.mce-object-generic{min-width:50px;min-height:50px}img.mce-object.mce-object-embed,img.mce-object.mce-object-generic{background-image:url(../img/generic.svg);background-size:16px}img.mce-object.mce-object-shockwave{background-image:url(../img/shockwave.svg)}img.mce-object.mce-object-flash{background-image:url(../img/swf.svg)}img.mce-object.mce-object-quicktime{background-image:url(../img/quicktime.svg)}img.mce-object.mce-object-windowsmedia{background-image:url(../img/windowsmedia.svg)}img.mce-object.mce-object-realmedia{background-image:url(../img/real.svg)}img.mce-object.mce-object-divx,img.mce-object.mce-object-silverlight{background-image:url(../img/video.svg)}img.mce-object.mce-object-pdf{background-image:url(../img/pdf.svg)}img.mce-object.mce-object-iframe{background-image:url(../img/iframe.svg)}img.mce-object.mce-object-audio{background-image:url(../img/audio.svg);background-size:128px;min-width:300px;height:54px}img.mce-object.mce-object-audio.mce-object-agent-gecko{min-width:270px;height:40px}img.mce-object.mce-object-audio.mce-object-agent-safari{min-width:250px;height:31px}img.mce-object.mce-object-video{background-image:url(../img/video.svg);background-size:128px}.mce-object-preview{background-color:#fafafa;background-color:var(--mce-placeholder);box-sizing:content-box;display:inline-block;position:relative;max-width:100%;height:auto;line-height:0;cursor:not-allowed;outline:initial!important;margin:0 2px;border:1px solid #ccc;border-color:var(--mce-guidelines);font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:12px}.mce-object-preview.mce-object-preview-center{display:block;margin:0 auto}.mce-object-preview.mce-object-preview-left{float:left}.mce-object-preview.mce-object-preview-right{float:right}.mce-object-preview[data-mce-selected]{border:2px solid #39f;border-color:var(--mce-control-selection);background-color:#fafafa;background-color:var(--mce-placeholder);outline:0!important}.mce-object-preview[data-mce-selected]::after{display:none}.mce-object-preview audio,.mce-object-preview iframe,.mce-object-preview video{z-index:5;width:100%;height:100%;border:0}.mce-object-preview::after{content:attr(aria-details);left:1px;top:calc(50% - 2em);position:absolute;color:#fff;background:rgba(0,0,0,.3);height:4em;width:calc(100% - 2px);line-height:4;text-align:center;z-index:1;box-sizing:border-box;pointer-events:none;display:flex;justify-content:center;align-items:center}.mce-object-preview audio.mce-object-audio{min-width:300px;height:54px}.mce-object-preview audio.mce-object-agent-gecko{min-width:270px;height:40px}.mce-object-preview audio.mce-object-agent-safari{min-width:250px;height:31px}.mce-object-preview.mce-object-audio::after{font-size:.75em;line-height:1}.mce-object-shim{background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) rgba(0,0,0,.5);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1;display:block}[data-mce-object]{display:inline-block}[data-mce-selected].mce-object-preview:not(.mce-resizing) .mce-object-shim{display:none}
|
||||
1
components/com_jce/editor/tiny_mce/plugins/media/css/index.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
2
components/com_jce/editor/tiny_mce/plugins/media/editor_plugin.js
vendored
Normal file
9
components/com_jce/editor/tiny_mce/plugins/media/img/audio.svg
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1024 512" width="1024" height="192">
|
||||
<title>Audio</title>
|
||||
<g>
|
||||
<text x="640" y="320" style='font-family:-apple-systrem,BlinkMacSystremFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;font-weight:bold;font-size:320px;fill:#444;stroke:none;'>Audio</text>
|
||||
<path d="M480 0h32v368c0 44.183-50.145 80-112 80s-112-35.817-112-80c0-44.184 50.145-80 112-80 31.342 0 59.671 9.2 80 24.021v-184.021l-256 56.889v247.111c0 44.183-50.144 80-112 80s-112-35.817-112-80c0-44.184 50.144-80 112-80 31.342 0 59.671 9.2 80 24.021v-312.021l288-64z" fill="#444"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 775 B |
5
components/com_jce/editor/tiny_mce/plugins/media/img/generic.svg
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
||||
<title></title>
|
||||
<path d="M466.895 305.125c-26.863-46.527-10.708-106.152 36.076-133.244l-50.313-87.146c-14.375 8.427-31.088 13.259-48.923 13.259-53.768 0-97.354-43.873-97.354-97.995h-100.629c0.133 16.705-4.037 33.641-12.979 49.126-26.862 46.528-86.578 62.351-133.431 35.379l-50.312 87.146c14.485 8.236 27.025 20.294 35.943 35.739 26.819 46.454 10.756 105.96-35.854 133.112l50.313 87.146c14.325-8.348 30.958-13.127 48.7-13.127 53.598 0 97.072 43.596 97.35 97.479h100.627c-0.043-16.537 4.136-33.285 12.983-48.609 26.818-46.453 86.388-62.297 133.207-35.506l50.313-87.145c-14.39-8.233-26.846-20.249-35.717-35.614zM256 359.666c-57.254 0-103.668-46.412-103.668-103.667 0-57.254 46.413-103.667 103.668-103.667s103.666 46.413 103.666 103.667c-0.001 57.255-46.412 103.667-103.666 103.667z"></path>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 930 B |
1
components/com_jce/editor/tiny_mce/plugins/media/img/index.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
5
components/com_jce/editor/tiny_mce/plugins/media/img/pdf.svg
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
||||
<title>PDF</title>
|
||||
<path d="M421.006 294.74c-6.824-6.723-21.957-10.283-44.986-10.586-15.589-0.172-34.351 1.201-54.085 3.964-8.837-5.099-17.946-10.647-25.094-17.329-19.231-17.958-35.284-42.886-45.288-70.297 0.652-2.56 1.207-4.81 1.724-7.106 0 0 10.833-61.53 7.966-82.333-0.396-2.853-0.638-3.681-1.404-5.898l-0.941-2.417c-2.947-6.796-8.724-13.997-17.782-13.604l-5.458-0.172c-10.101 0-18.332 5.166-20.493 12.887-6.569 24.217 0.209 60.446 12.49 107.369l-3.144 7.643c-8.794 21.438-19.815 43.030-29.539 62.079l-1.264 2.477c-10.23 20.020-19.513 37.014-27.928 51.411l-8.688 4.594c-0.632 0.334-15.522 8.209-19.014 10.322-29.628 17.69-49.262 37.771-52.519 53.708-1.036 5.085-0.265 11.593 5.007 14.606l8.403 4.229c3.646 1.826 7.489 2.751 11.427 2.751 21.103 0 45.601-26.286 79.349-85.183 38.965-12.685 83.326-23.229 122.206-29.045 29.629 16.684 66.071 28.272 89.071 28.272 4.084 0 7.606-0.39 10.466-1.147 4.411-1.168 8.129-3.684 10.396-7.097 4.463-6.716 5.367-15.966 4.156-25.438-0.36-2.811-2.605-6.287-5.034-8.66zM105.823 407.024c3.849-10.521 19.080-31.322 41.603-49.778 1.416-1.148 4.904-4.416 8.097-7.451-23.552 37.562-39.324 52.533-49.7 57.229zM239.217 99.843c6.783 0 10.642 17.097 10.962 33.127s-3.429 27.28-8.079 35.604c-3.851-12.324-5.713-31.75-5.713-44.452 0 0-0.283-24.279 2.83-24.279v0zM199.426 318.747c4.725-8.458 9.641-17.378 14.665-26.839 12.246-23.158 19.979-41.278 25.739-56.173 11.455 20.842 25.722 38.56 42.492 52.756 2.093 1.771 4.31 3.551 6.638 5.325-34.105 6.748-63.582 14.955-89.534 24.931v0zM414.451 316.826c-2.076 1.299-8.026 2.050-11.854 2.050-12.354 0-27.636-5.647-49.063-14.833 8.234-0.609 15.781-0.919 22.551-0.919 12.391 0 16.060-0.054 28.175 3.036 12.114 3.090 12.269 9.367 10.191 10.666v0z"></path>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
8
components/com_jce/editor/tiny_mce/plugins/media/img/quicktime.svg
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 2048 256" width="2048" height="256">
|
||||
<g>
|
||||
<text x="512" y="176" style='font-family:-apple-systrem,BlinkMacSystremFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;font-weight:bold;font-size:128px;fill:#444;stroke:none;'>Apple Quicktime®</text>
|
||||
<path d="M 260 64 L 260 192 L 430.667 192 L 430.667 64 L 260 64 Z M 292 181.333 L 270.667 181.333 L 270.667 160 L 292 160 L 292 181.333 Z M 292 138.667 L 270.667 138.667 L 270.667 117.333 L 292 117.333 L 292 138.667 Z M 292 96 L 270.667 96 L 270.667 74.667 L 292 74.667 L 292 96 Z M 388 181.333 L 302.667 181.333 L 302.667 74.667 L 388 74.667 L 388 181.333 Z M 420 181.333 L 398.667 181.333 L 398.667 160 L 420 160 L 420 181.333 Z M 420 138.667 L 398.667 138.667 L 398.667 117.333 L 420 117.333 L 420 138.667 Z M 420 96 L 398.667 96 L 398.667 74.667 L 420 74.667 L 420 96 Z M 324 96 L 324 160 L 366.667 128 L 324 96 Z" fill="#444"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
9
components/com_jce/editor/tiny_mce/plugins/media/img/real.svg
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 2048 256" width="2048pt" height="256pt">
|
||||
<title>Real Player®</title>
|
||||
<g>
|
||||
<text transform="matrix(1,0,0,1,490.781,177.656)" style='font-family:-apple-systrem,BlinkMacSystremFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;font-weight:bold;font-size:128px;fill:#444;stroke:none;'>Real Player®</text>
|
||||
<path d="M 260 64 L 260 192 L 430.667 192 L 430.667 64 L 260 64 Z M 292 181.333 L 270.667 181.333 L 270.667 160 L 292 160 L 292 181.333 Z M 292 138.667 L 270.667 138.667 L 270.667 117.333 L 292 117.333 L 292 138.667 Z M 292 96 L 270.667 96 L 270.667 74.667 L 292 74.667 L 292 96 Z M 388 181.333 L 302.667 181.333 L 302.667 74.667 L 388 74.667 L 388 181.333 Z M 420 181.333 L 398.667 181.333 L 398.667 160 L 420 160 L 420 181.333 Z M 420 138.667 L 398.667 138.667 L 398.667 117.333 L 420 117.333 L 420 138.667 Z M 420 96 L 398.667 96 L 398.667 74.667 L 420 74.667 L 420 96 Z M 324 96 L 324 160 L 366.667 128 L 324 96 Z" fill="#444"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
8
components/com_jce/editor/tiny_mce/plugins/media/img/shockwave.svg
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 2048 256" width="2048pt" height="256pt">
|
||||
<title>Adobe® Shockwave®</title>
|
||||
<g>
|
||||
<text transform="matrix(1,0,0,1,490.781,177.656)" style='font-family:-apple-systrem,BlinkMacSystremFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;font-weight:bold;font-size:128px;fill:#444;stroke:none;'>Adobe® Shockwave®</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 535 B |
8
components/com_jce/editor/tiny_mce/plugins/media/img/swf.svg
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 2048 256" width="2048pt" height="256pt">
|
||||
<title>Adobe® Flash Player®</title>
|
||||
<g>
|
||||
<text transform="matrix(1,0,0,1,490.781,177.656)" style='font-family:-apple-systrem,BlinkMacSystremFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;font-weight:bold;font-size:128px;fill:#444;stroke:none;'>Adobe® Flash Player®</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 541 B |
9
components/com_jce/editor/tiny_mce/plugins/media/img/video.svg
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1024 256" width="1024" height="256">
|
||||
<title>Video</title>
|
||||
<g>
|
||||
<text x="512" y="176" style='font-family:-apple-systrem,BlinkMacSystremFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;font-weight:bold;font-size:128px;fill:#444;stroke:none;'>Video</text>
|
||||
<path d="M 260 64 L 260 192 L 430.667 192 L 430.667 64 L 260 64 Z M 292 181.333 L 270.667 181.333 L 270.667 160 L 292 160 L 292 181.333 Z M 292 138.667 L 270.667 138.667 L 270.667 117.333 L 292 117.333 L 292 138.667 Z M 292 96 L 270.667 96 L 270.667 74.667 L 292 74.667 L 292 96 Z M 388 181.333 L 302.667 181.333 L 302.667 74.667 L 388 74.667 L 388 181.333 Z M 420 181.333 L 398.667 181.333 L 398.667 160 L 420 160 L 420 181.333 Z M 420 138.667 L 398.667 138.667 L 398.667 117.333 L 420 117.333 L 420 138.667 Z M 420 96 L 398.667 96 L 398.667 74.667 L 420 74.667 L 420 96 Z M 324 96 L 324 160 L 366.667 128 L 324 96 Z" fill="#444"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
9
components/com_jce/editor/tiny_mce/plugins/media/img/windowsmedia.svg
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 2048 256" width="2048" height="256">
|
||||
<title>Windows Media®</title>
|
||||
<g>
|
||||
<text x="512" y="176" style='font-family:-apple-systrem,BlinkMacSystremFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;font-weight:bold;font-size:128px;fill:#444;stroke:none;'>Windows Media®</text>
|
||||
<path d="M 260 64 L 260 192 L 430.667 192 L 430.667 64 L 260 64 Z M 292 181.333 L 270.667 181.333 L 270.667 160 L 292 160 L 292 181.333 Z M 292 138.667 L 270.667 138.667 L 270.667 117.333 L 292 117.333 L 292 138.667 Z M 292 96 L 270.667 96 L 270.667 74.667 L 292 74.667 L 292 96 Z M 388 181.333 L 302.667 181.333 L 302.667 74.667 L 388 74.667 L 388 181.333 Z M 420 181.333 L 398.667 181.333 L 398.667 160 L 420 160 L 420 181.333 Z M 420 138.667 L 398.667 138.667 L 398.667 117.333 L 420 117.333 L 420 138.667 Z M 420 96 L 398.667 96 L 398.667 74.667 L 420 74.667 L 420 96 Z M 324 96 L 324 160 L 366.667 128 L 324 96 Z" fill="#444"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
1
components/com_jce/editor/tiny_mce/plugins/media/index.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
||||
44
components/com_jce/editor/tiny_mce/plugins/media/media.xml
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" ?>
|
||||
<extension version="3.4" type="plugin" group="jce" method="upgrade">
|
||||
<name>WF_MEDIA_TITLE</name>
|
||||
<version>2.9.32</version>
|
||||
<creationDate>01-11-2022</creationDate>
|
||||
<author>Ryan Demmer</author>
|
||||
<authorEmail>info@joomlacontenteditor.net</authorEmail>
|
||||
<authorUrl>https://www.joomlacontenteditor.net</authorUrl>
|
||||
<copyright>Copyright (C) 2006 - 2022 Ryan Demmer. All rights reserved</copyright>
|
||||
<license>GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html</license>
|
||||
<description>WF_MEDIA_DESC</description>
|
||||
<icon></icon>
|
||||
<fields name="media">
|
||||
<fieldset name="config">
|
||||
<field name="iframes" type="list" default="0" label="WF_MEDIA_PARAM_IFRAMES" description="WF_MEDIA_PARAM_IFRAMES_DESC">
|
||||
<option value="1">JYES</option>
|
||||
<option value="0">JNO</option>
|
||||
<option value="2">WF_MEDIA_PARAM_IFRAMES_LOCAL</option>
|
||||
<option value="3">WF_MEDIA_PARAM_IFRAMES_SUPPORTED_MEDIA</option>
|
||||
</field>
|
||||
<field name="audio" type="yesno" default="1" label="WF_MEDIA_PARAM_AUDIO" description="WF_MEDIA_PARAM_AUDIO_DESC">
|
||||
<option value="1">JYES</option>
|
||||
<option value="0">JNO</option>
|
||||
</field>
|
||||
<field name="video" type="yesno" default="1" label="WF_MEDIA_PARAM_VIDEO" description="WF_MEDIA_PARAM_VIDEO_DESC">
|
||||
<option value="1">JYES</option>
|
||||
<option value="0">JNO</option>
|
||||
</field>
|
||||
<field name="object" type="yesno" default="1" label="WF_MEDIA_PARAM_OBJECT" description="WF_MEDIA_PARAM_OBJECT_DESC">
|
||||
<option value="1">JYES</option>
|
||||
<option value="0">JNO</option>
|
||||
</field>
|
||||
<field name="embed" type="yesno" default="1" label="WF_MEDIA_PARAM_EMBED" description="WF_MEDIA_PARAM_EMBED_DESC">
|
||||
<option value="1">JYES</option>
|
||||
<option value="0">JNO</option>
|
||||
</field>
|
||||
<field name="live_embed" type="yesno" default="1" label="WF_MEDIA_PARAM_MEDIA_PREVIEW" description="WF_MEDIA_PARAM_MEDIA_PREVIEW_DESC">
|
||||
<option value="1">JYES</option>
|
||||
<option value="0">JNO</option>
|
||||
</field>
|
||||
</fieldset>
|
||||
</fields>
|
||||
<languages></languages>
|
||||
</extension>
|
||||