EstudioJuridicoAlmagro_Web/www/wpv_common/shortcodes/generator/chart.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

62 lines
1.1 KiB
PHP

<?php
return array(
"name" => "Google chart",
"value" => "chart",
"options" => array(
array(
"name" => "data",
'desc' => __('<a href="http://techtracer.com/2007/12/17/the-power-of-google-chart-api/">Google Chart API Tutorial</a>', 'wpv'),
"id" => "data",
"default" => "",
"rows" => "2",
"type" => "textarea"
) ,
array(
"name" => "labels",
"id" => "labels",
"default" => "",
"rows" => "2",
"type" => "textarea"
) ,
array(
"name" => "colors",
"id" => "colors",
"default" => "",
"rows" => "2",
"type" => "textarea"
) ,
array(
"name" => "bg",
"id" => "bg",
"size" => 30,
"default" => "",
"type" => "text"
) ,
array(
"name" => "size",
"id" => "size",
"default" => "",
"type" => "text"
) ,
array(
"name" => "title",
"id" => "title",
"size" => 30,
"default" => "",
"type" => "text"
) ,
array(
"name" => "type",
"id" => "type",
"default" => "",
"type" => "text"
) ,
array(
"name" => "advanced",
"id" => "advanced",
"default" => "",
"type" => "textarea"
) ,
) ,
);