Thanos Di

Results 4 comments of Thanos Di

Thank you for you fast response Jaruba, could you point me how to go straight to the player? I was thinking of allowing other plugins to potentially serve content but...

Yes I'm passing it as it comes from the args ``` const metaObject = { id: args.id, name: parsedName, background: poster.replace('/poster/', '/background/'), logo: poster.replace('/poster/', '/logo/'), posterShape: 'regular', type: args.type, videos...

Regarding commas inside the text I resolved it by adding ``` enclosingCharacter={`"`} ``` to the components props.