Add optional boolean deprecation flag to feature/block components
This was possible to do in PB Classic, via the Feature's config.json file, but adding the property - deprecated: true In PB Fusion, I would like to add a similar deprecated: true property to a Feature/Block component's PropTypes. The block should ...