PluginProbe
TablePress – Tables in WordPress made easy / 3.0
TablePress – Tables in WordPress made easy v3.0
3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.12 1.14 1.9.2 2.0.4 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3 2.3.1 2.3.2 2.4 2.4.1 2.4.2 2.4.3 2.4.4 All 44 releases
tablepress / blocks / blocks-manifest.php

blocks-manifest.php in TablePress – Tables in WordPress made easy 3.0, at blocks/blocks-manifest.php

36 lines 791 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 // This file is generated. Do not modify it manually.
3 return array(
4 'table' => array(
5 '$schema' => 'https://schemas.wp.org/trunk/block.json',
6 'apiVersion' => 3,
7 'name' => 'tablepress/table',
8 'version' => '3.0',
9 'title' => 'TablePress table',
10 'category' => 'media',
11 'icon' => 'list-view',
12 'description' => 'Embed a TablePress table.',
13 'keywords' => array(
14 'table'
15 ),
16 'textdomain' => 'tablepress',
17 'attributes' => array(
18 'id' => array(
19 'type' => 'string',
20 'default' => ''
21 ),
22 'parameters' => array(
23 'type' => 'string',
24 'default' => ''
25 )
26 ),
27 'supports' => array(
28 'align' => false,
29 'html' => false,
30 'customClassName' => false
31 ),
32 'editorScript' => 'file:build/index.js',
33 'editorStyle' => 'file:build/index.css'
34 )
35 );
36