{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "create-block/onesoftway-pricing-table",
	"version": "1.0.0",
	"title": "OneSoftWay Pricing Table",
	"category": "widgets",
	"description": "The OneSoftWay Pricing Table is a customizable WordPress block plugin that displays feature-rich pricing tables with support for multiple tiers, feature categories, and both USD and CAD prices. It allows easy management of pricing options and feature lists directly within the block editor.",
	"example": {},
	"attributes": {
		"tiers": {
			"type": "array",
			"default": []
		},
		"featureCategories": {
			"type": "array",
			"default": []
		},
		"currency": {
			"type": "string",
			"default": "USD"
		}
	},
	"supports": {
		"color": {
			"background": false,
			"text": true,
			"button": true
		},
		"html": false,
		"typography": {
			"fontSize": true
		}
	},
	"textdomain": "onesoftway-pricing-table",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}
