Last of providers moved across & the old config file gone
This commit is contained in:
@@ -217,22 +217,19 @@ namespace Umbraco.Web.Runtime
|
||||
// register OEmbed providers
|
||||
// no type scanning - all explicit opt-in of adding types
|
||||
composition.WithCollectionBuilder<EmbedProvidersCollectionBuilder>()
|
||||
.Append<YouTube>()
|
||||
.Append<Instagram>()
|
||||
.Append<Twitter>()
|
||||
.Append<Vimeo>()
|
||||
.Append<DailyMotion>()
|
||||
.Append<Flickr>()
|
||||
.Append<Slideshare>()
|
||||
.Append<Kickstarter>()
|
||||
.Append<GettyImages>()
|
||||
.Append<Instagram>()
|
||||
.Append<Twitter>()
|
||||
.Append<Vimeo>()
|
||||
.Append<Ted>()
|
||||
.Append<Soundcloud>()
|
||||
.Append<Issuu>()
|
||||
.Append<Hulu>();
|
||||
|
||||
|
||||
//Giphy
|
||||
//Meetup
|
||||
//Spotify
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user