A2UI icon indicating copy to clipboard operation
A2UI copied to clipboard

a possible cut and paste error in the v0.8 specification near 'schemas for developers'.

Open ksridhar opened this issue 1 month ago • 0 comments

component_properties = custom_catalog_definition["components"]
style_properties = custom_catalog_definition["components"]

should perhaps be

component_properties = custom_catalog_definition["components"]
style_properties = custom_catalog_definition["styles"]

ksridhar avatar Jan 05 '26 18:01 ksridhar