simple-author-box
Last commit date
assets
3 years ago
inc
3 years ago
template
3 years ago
wf-flyout
3 years ago
block.json
5 years ago
license.txt
7 years ago
readme.txt
3 years ago
simple-author-box.php
3 years 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 | } |