EstudioJuridicoAlmagro_Web/www/wpv_common/shortcodes/generator/iframe.php
david f72df580c3 - Importación inicial
- Ticket 1166 -> Orden de los idiomas ES FR EN RU

git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioJuridicoAlmagro_Web/trunk@2 c22fe52d-42d7-ba4f-95f7-33effcf65713
2013-02-27 15:39:05 +00:00

31 lines
618 B
PHP

<?php
return array(
"name" => __("Iframe", 'wpv') ,
"value" => "iframe",
"options" => array(
array(
"name" => __("Src", 'wpv') ,
"id" => "src",
"size" => 30,
"default" => "",
"type" => "text",
) ,
array(
"name" => __("Width", 'wpv') ,
"desc" => __("You can use % or px as units for width", 'wpv') ,
"id" => "width",
"size" => 30,
"default" => "",
"type" => "text",
) ,
array(
"name" => __("Height", 'wpv') ,
"desc" => __("You can use % or px as units for height", 'wpv') ,
"id" => "height",
"size" => 30,
"default" => "",
"type" => "text",
) ,
) ,
);