{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "google-site-kit/sign-in-with-google",
	"version": "1.175.0",
	"title": "Sign in with Google",
	"category": "widgets",
	"icon": "google",
	"description": "Allow users to sign in to your site using their Google Account.",
	"textdomain": "google-site-kit",
	"attributes": {
		"shape": {
			"type": "string",
			"enum": [ "", "rectangular", "pill" ]
		},
		"text": {
			"type": "string",
			"enum": [
				"",
				"continue_with",
				"signin",
				"signin_with",
				"signup_with"
			]
		},
		"theme": {
			"type": "string",
			"enum": [ "", "outline", "filled_blue", "filled_black" ]
		},
		"buttonClassName": {
			"type": "string"
		}
	}
}
