docs
docs copied to clipboard
embed field lacks info
When i'm trying to use embed
and paste code from youtube (<iframe...>..
) - it gives and error:
My first thought was that embed
field should allow using some lines of html-code.
here's value:
Maybe we should add some examples? Or write down requirements (i know about placeholder, yes)
But it already says 'URL of content to embed'
If you wanna take the embed code that sites like YouTube give you, you could simple use a type: textarea
instead
I agree, but.. on many services when someone is you have "embed code" . So i thought it deserves a mention in docs: https://docs.bolt.cm/3.5/fields/embed like "you can only paste url, not code"
Or even better:
Field is supposed to get an url as input. If the url is valid, Bolt gets data from the service (i.e. from youtube for
http://youtube.com/...
and provides that to record. List of received array fields depends on service. See more information on official oEmbed website