git-svn-id: https://192.168.0.254/svn/Proyectos.EstudioJuridicoAlmagro_Web/trunk@3 c22fe52d-42d7-ba4f-95f7-33effcf65713
14 lines
314 B
PHP
14 lines
314 B
PHP
<?php
|
|
return array(
|
|
"name" => __('Table', 'wpv') ,
|
|
"value" => 'table',
|
|
"options" => array(
|
|
array(
|
|
'name' => __('Content', 'wpv') ,
|
|
'desc' => __('Please insert a valid HTML table, you can use thead and tfood if you wish', 'wpv') ,
|
|
'id' => 'content',
|
|
'type' => 'textarea'
|
|
) ,
|
|
) ,
|
|
);
|