PluginProbe ʕ •ᴥ•ʔ
Simple Author Box / trunk
Simple Author Box vtrunk
trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.9 2.0 2.0.1 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.3.11 2.3.12 2.3.15 2.3.16 2.3.2 2.3.20 2.3.21 2.3.22 2.4 2.41 2.42 2.45 2.46 2.47 2.48 2.49 2.50 2.51 2.52 2.54 2.55 2.56 2.57 2.59 2.60
simple-author-box / block.json
simple-author-box Last commit date
assets 1 month ago inc 1 month ago template 11 months ago wf-flyout 3 years ago block.json 5 years ago license.txt 7 years ago readme.txt 1 month ago simple-author-box.php 1 month ago uninstall.php 4 years ago
block.json
13 lines
1 {
2 "name": "simple-author-box/sab",
3 "title": "Simple Author Box",
4 "category": "widgets",
5 "icon": "admin-users",
6 "description": "Easily add a customizable author box with social icons to any post.",
7 "keywords": [ "author box", "author block", "post author box" ],
8 "textdomain": "simple-author-box",
9 "editorScript": "file:./assets/js/sab_gutenberg_editor_script.js",
10 "script": "file:./assets/js/sab_gutenberg_editor_script.js",
11 "editorStyle": "file:./assets/css/sab_gutenberg_editor_style.css",
12 "style": "file:./assets/css/sab_gutenberg_editor_style.css"
13 }