Allow useContent in JSON output type
Currently, JSON output types need to use class-based components if they want to use a content source. useContent won't work. This is due to two restrictions on fusion engine: 1. To import from 'fusion:content', you need to be in a JSX context. 2. ...