{
	"apiVersion": "1",
	"name": "bpgpb/google-photos",
	"title": "Embed Google Photos",
	"description": "Embed stunning Google Photos galleries directly into your WordPress site with the Google Photos Block plugin.",
	"category": "widgets",
	"keywords": [
		"photos",
		"gallery",
		"block"
	],
	"textdomain": "embed-google-photos",
	"attributes": {
		"align": {
			"type": "string",
			"default": ""
		},
		"cId": {
			"type": "string",
			"default": ""
		},
		"photosType": {
			"type": "string",
			"default": ""
		},
		"favorite": {
			"type": "string",
			"default": "none"
		},
		"album": {
			"type": "object",
			"default": {
				"title": "Album List",
				"isTitle": true,
				"photosList": true,
				"albumList": false
			}
		},
		"layoutShow": {
			"type": "string",
			"default": "photos"
		},
		"albumList": {
			"type": "array",
			"default": []
		},
		"albumId": {
			"type": "string",
			"default": ""
		},
		"mediaType": {
			"type": "string",
			"default": "all_media"
		},
		"columns": {
			"type": "object",
			"default": {
				"desktop": 3,
				"tablet": 2,
				"mobile": 1
			}
		},
		"columnGap": {
			"type": "string",
			"default": "30px"
		},
		"rowGap": {
			"type": "string",
			"default": "40px"
		},
		"coverImage": {
			"type": "object",
			"default": {
				"ratio": "3:4"
			}
		},
		"imgBorder": {
			"type": "object",
			"default": {
				"width": "1px",
				"style": "solid",
				"color": "#0575e6",
				"side": "all",
				"radius": "3px"
			}
		},
		"loadMoreBtnTypo": {
			"type": "object",
			"default": {
				"fontSize": {
					"desktop": 16,
					"tablet": 16,
					"mobile": 14
				},
				"fontFamily": "Open Sans",
				"fontWeight": 500,
				"lineHeight": "135%"
			}
		},
		"loadMoreBtnColors": {
			"type": "object",
			"default": {
				"color": "#fff",
				"bg": "#2f5aae"
			}
		},
		"loadMoreBtnPadding": {
			"type": "object",
			"default": {
				"top": "6px",
				"right": "12px",
				"bottom": "6px",
				"left": "12px"
			}
		},
		"loadMoreBtnBorder": {
			"type": "object",
			"default": {
				"width": "1px",
				"style": "solid",
				"color": "#0575e6",
				"side": "all",
				"radius": "3px"
			}
		}
	},
	"supports": {
		"align": [
			"wide",
			"full"
		],
		"html": false
	},
	"example": {
		"attributes": {
			"preview": true,
			"columns": {
				"desktop": 1,
				"tablet": 1,
				"mobile": 1
			}
		}
	},
	"editorScript": "file:dist/editor.js"
}