{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "photoberry/translated-string",
	"title": "PhotoBerry Translated String",
	"category": "theme",
	"description": "Display a translated string in the PhotoBerry Studio frontend UI.",
	"textdomain": "photoberry-studio",
	"attributes": {
		"stringId": {
			"type": "string"
		},
		"tag": {
			"type": "string"
		}
	},
	"supports": {
		"align": false,
		"html": false,
		"reusable": false,
		"renaming": false,
		"interactivity": {
			"clientNavigation": true
		}
	}
}
