git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioJuridicoAlmagro_Web/trunk@3 c22fe52d-42d7-ba4f-95f7-33effcf65713
62 lines
1.1 KiB
PHP
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"
|
|
) ,
|
|
) ,
|
|
);
|