I am making a site for a sports team and in each game report they want to include a “data widget” which shows data from the game.
This comes in the form of a code embed which is unique to every game. In an ideal world there would be a code embed field in the CMS where I could drop that code but that doesn’t exist.
Looks like the best solution for my needs is a rich text field and using the code embed option within said rich text. Thanks to Reggie3000 for the tip.
Chances are the code embed is identical in each case, except for a URL or some parameter Id.
The easy way to manage that in Webflow is to just store that URL/id info in CMS fields and then use them as fields within an Embed in the collection list / pages where you want that widget to display.
The rich text embed hack is a good way to go also, but slightly more awkward to admin. It’s probably most useful when you need to store very different embed content for each CMS item, such as JSON-LD.