PluginProbe
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards / 5.5.77
WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards v5.5.77
5.5.83 5.5.82 5.5.81 5.5.80 5.5.79 5.5.77 5.5.76 5.5.75 5.5.73 5.5.72 5.5.22 5.5.23 5.5.29 5.5.3 5.5.31 5.5.32 5.5.34 5.5.35 5.5.36 5.5.37 5.5.4 5.5.40 5.5.41 5.5.42 5.5.43 All 159 releases
wp-data-access / assets / gtb / block.json

block.json in WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards 5.5.77, at assets/gtb/block.json

36 lines 796 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "wpda/wp-data-access-app",
5 "version": "1.0.0",
6 "title": "WP Data Access App",
7 "category": "widgets",
8 "icon": "database",
9 "description": "Add an app to this page.",
10 "textdomain": "wp-data-access-app",
11 "attributes": {
12 "appid": {
13 "type": "string",
14 "default": ""
15 },
16 "feedback": {
17 "type": "boolean",
18 "default": false
19 },
20 "builders": {
21 "type": "boolean",
22 "default": false
23 },
24 "hidetitlebar": {
25 "type": "boolean",
26 "default": false
27 },
28 "fullscreen": {
29 "type": "boolean",
30 "default": false
31 }
32 },
33 "editorScript": "file:./index.js",
34 "editorStyle": "file:./index.css",
35 "style": "file:./style-index.css"
36 }