Video position isssue

The client wants to include videos within articles, but we are currently using a rich field that does not provide an option to incorporate videos between the rich text. We can only manage to include videos either before or after the text content.

So is there any feature to use video within the data.

Hi Shailesh,

If you are looking for inline videos, It’s not yet in platform yet. Here’s the idea posted, please keep a tab on it. Being said that, one option that I can think of is(Assuming, you’ve got a different field to hold the video)
Use a typescript function, to split the article into 2 (with any number of characters you want to,) and use this on the cell transform, and map these 2 to 2 new fields (for eg. c_art1, c_art2) and in the front end you’ll show c_art1 , video, c_art2. And, the search config will be done on your main article field, these 2 fields are only for display,.

Rakesh

Thanks for your input, let me check if it works.