PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.10.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.10.8
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
visualizer / assets / blueprints / blueprint.json

blueprint.json in Visualizer – Tables & Charts Manager with Built-in AI Generator 3.10.8, at assets/blueprints/blueprint.json

34 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://playground.wordpress.net/blueprint-schema.json",
3 "_comment1": "Set the Wizard Setup page as landing page with preview environment (which disable distractions)",
4 "landingPage": "/wp-admin/admin.php?page=visualizer-setup-wizard&env=preview",
5 "_comment2": "Preferred WordPress instance specifications",
6 "preferredVersions": {
7 "php": "8.0",
8 "wp": "latest"
9 },
10 "features": {
11 "_comment3.1": "Allow networking for internet access",
12 "networking": true
13 },
14 "steps": [
15 {
16 "_comment4.1": "Login to the WordPress instance",
17 "step": "login",
18 "username": "admin",
19 "password": "password"
20 },
21 {
22 "_comment4.2": "Install the Visualizer plugin",
23 "step": "installPlugin",
24 "pluginZipFile": {
25 "resource": "wordpress.org/plugins",
26 "slug": "visualizer"
27 },
28 "options": {
29 "activate": true
30 }
31 }
32 ]
33 }
34