Skip to content

Commit

Permalink
Add oik/googlemap block.json #177
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Aug 13, 2021
1 parent 851f3aa commit 7fd4246
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions src/oik-googlemap/block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"apiVersion": 2,
"name": "oik/googlemap",
"title": "Google Maps",
"category": "common",
"icon": "location",
"description": "Displays a Google Maps map using oik options",
"attributes": {
"textAlign": {
"type": "string"
},
"className": {
"type": "string"
},
"textColor": {
"type": "string"
},
"backgroundColor": {
"type": "string"
},
"style": {
"type": "object"
},
"fontSize": {
"type": "string"
},
"gradient": {
"type": "string"
}
},
"supports": {
"html": false,
"customClassName": false,
"className": false,
"color": {
"gradients": false,
"text": false,
"background": false,
"link": false
},
"typography": {
"fontSize": false,
"lineHeight": false
}
},
"keywords": [ "Google", "maps", "oik" ],
"textdomain": "oik"
}

0 comments on commit 7fd4246

Please sign in to comment.