Skip to content

Commit

Permalink
block.json for oik-block/person #47
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Aug 12, 2021
1 parent 7d0a68f commit d7ee245
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions src/oik-person/block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"apiVersion": 2,
"name": "oik-block/person",
"title": "Person",
"category": "common",
"icon": "admin-users",
"description": "Displays a person's information",
"attributes": {
"user": {
"type": "string",
"default": ""
},
"fields": {
"type": "string",
"default": "gravatar/about,bio,follow_me"
},
"theme": {
"type": "string",
"default": ""
}
},
"supports": {
"align": false,
"alignWide": false,
"alignFull": false,
"html": false,
"customClassName": false,
"className": true,
"color": {
"gradients": false,
"text": false,
"background": false,
"link": false
},
"typography": {
"fontSize": false,
"lineHeight": false
}
},
"keywords": [ "Person", "oik" ],
"textdomain": "oik-blocks"
}

0 comments on commit d7ee245

Please sign in to comment.