Last of providers moved across & the old config file gone

This commit is contained in:
Warren Buckley
2019-01-31 09:32:50 +00:00
parent 160d01e783
commit a36b1962c6
7 changed files with 64 additions and 170 deletions

View File

@@ -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
}
}
}