Thomas Templeton
Thomas Templeton
@johndwells We only really support YouTube and Vimeo for the other video-specific embedded asset methods, so it'd be fine if video durations only supported those too. But if you'd like...
I don't necessarily have a problem with adding functionality that isn't directly provided by Embed. Having thought about it a bit more, though, I do agree with the slippery slope...
@johndwells I think the `extras` attribute is an interesting idea and would be a good solution that we could implement in the shorter term, I'll have a look at that...
I think having a plugin setting to prevent embedded asset uploads from non-whitelisted providers (that defaults to the current behaviour) is a great idea. Pull requests for this are welcome,...
I'm unable to reproduce this with just `https://vimeo.com/165600551` - does this still happen if you try just that? If not, could you please post the full URL you're trying to...
There's currently no in-built way to remove iframe attributes, but that's something we can look at for a future release.
Just released Embedded Assets 3.0.5 - `iframeCode` now accepts a `removeAttributes` argument which is an array of the attributes you want to remove, e.g.: ```graphql assetField { embeddedAsset { iframeCode(removeAttributes:...
Working on this in the [`enhancement/embed-4`](https://github.com/spicywebau/craft-embedded-assets/tree/enhancement/embed-4) branch. It's fairly basic at the moment, and most plugin settings and the `BeforeCreateAdapterEvent`'s `dispatcherConfig` property aren't being used yet (hopefully we'll be able...
The `_blocks` property is just an array of all the blocks in the field. I've made some changes today, for the next release, that would allow you to call an...
Also just added an `updateBlockOrder` event, and will have a look at a general 'any change to the field' event later today.