// This is an example of how to use the Entity components // It uses a custom schema to specify additional fields return ( <div className="gateway-page-container"> <p>A custom message</p> <Widget src="near/widget/Entities.Template.GenericEntityConfig" props={{ namespace: "examples", entityType: "favoriteCar", schemaFile: "near/widget/Entities.Examples.FavoriteCarSchema", //todo defaultImage: "some car photo", }} /> </div> );