There is a discrepancy between what the Angular component implementations in the basic catalog support in props in the actual implementation, and what the JSON specifications support.
We need to decide whether to add these properties to the spec, or to remove support for the properties on the component implementation.
Here are the properties with a discrepancy:
- Icon:
color
- TextField:
placeholder
- Video:
posterUrl
Source of Truth for JSON Spec: basic_catalog.json
CC: @gspencergoog, @ditman
There is a discrepancy between what the Angular component implementations in the basic catalog support in props in the actual implementation, and what the JSON specifications support.
We need to decide whether to add these properties to the spec, or to remove support for the properties on the component implementation.
Here are the properties with a discrepancy:
colorplaceholderposterUrlSource of Truth for JSON Spec: basic_catalog.json
CC: @gspencergoog, @ditman