{
	"name": "Picker Fields",
	"version": "0.1.0",
	"sdkVersion": "2.0.0",
	"description": "Pickers for the two things that are always a plain text box: icons and colors. Six custom fields — four icon libraries, plus a hex color picker and a named color picker.",
	"documentationLink": "https://github.com/agility/agility-cms-app-picker-fields",
	"capabilities": {
		"fields": [
			{
				"name": "icon-lucide",
				"label": "Icon — Lucide",
				"description": "Pick a Lucide icon. Stores the icon name, e.g. 'arrow-right'."
			},
			{
				"name": "icon-heroicons",
				"label": "Icon — Heroicons",
				"description": "Pick a Heroicon in any of its four styles. Stores 'style/name', e.g. 'outline/academic-cap'."
			},
			{
				"name": "icon-fontawesome",
				"label": "Icon — Font Awesome",
				"description": "Pick a Font Awesome Free icon. Stores 'style/name', e.g. 'solid/star' or 'brands/github'."
			},
			{
				"name": "icon-simple-icons",
				"label": "Icon — Simple Icons (brands)",
				"description": "Pick a brand logo from Simple Icons. Stores the slug, e.g. 'github'."
			},
			{
				"name": "color-hex",
				"label": "Color — Hex",
				"description": "Pick a color visually. Stores a hex value, e.g. '#0F62FE'."
			},
			{
				"name": "color-named",
				"label": "Color — Named",
				"description": "Pick from the CSS named colors, or from your own named tokens. Stores the name, e.g. 'rebeccapurple'."
			}
		]
	}
}
