PluginProbe ʕ •ᴥ•ʔ
Widget Options – Advanced Conditional Visibility for Gutenberg Blocks & Classic Widgets / 4.0.7
Widget Options – Advanced Conditional Visibility for Gutenberg Blocks & Classic Widgets v4.0.7
4.2.5 4.2.4 trunk 3.7.10 3.7.11 3.7.12 3.7.13 3.7.14 3.7.2 3.7.5 3.7.6 3.7.7 3.7.8 3.7.9 3.8 3.8.1 3.8.10 3.8.2 3.8.3 3.8.4 3.8.5 3.8.6 3.8.7 3.8.8 3.8.9 3.8.9.1 3.9.0 3.9.1 3.9.2 3.9.3 3.9.4 3.9.5 3.9.6 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.5.1 4.0.6 4.0.6.1 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3 4.2.0 4.2.1 4.2.2 4.2.3
widget-options / includes / widgets / gutenberg / package.json
widget-options / includes / widgets / gutenberg Last commit date
build 1 year ago lib 1 year ago packages 1 year ago src 1 year ago README.md 1 year ago changelog.txt 1 year ago gutenberg-toolbar.php 1 year ago gutenberg.php 1 year ago package-lock.json 1 year ago package.json 1 year ago post-content.php 1 year ago readme.txt 1 year ago
package.json
25 lines
1 {
2 "name": "widgetopts-toolbar",
3 "version": "0.1.0",
4 "description": "Example to add custom attributes to core blocks",
5 "author": "Widget Options Team",
6 "license": "GPL-2.0-or-later",
7 "main": "build/index.js",
8 "scripts": {
9 "build": "wp-scripts build src/index.js",
10 "format": "wp-scripts format",
11 "lint:css": "wp-scripts lint-style",
12 "lint:js": "wp-scripts lint-js",
13 "start": "wp-scripts start src/index.js",
14 "packages-update": "wp-scripts packages-update"
15 },
16 "dependencies": {
17 "@wordpress/block-editor": "^8.0.9",
18 "@wordpress/blocks": "^11.1.4",
19 "@wordpress/i18n": "^4.2.4"
20 },
21 "devDependencies": {
22 "@wordpress/scripts": "^19.2.2"
23 }
24 }
25