tplimpl: Remove speakerdeck shortcode

Fixes #4830
This commit is contained in:
Alexandros
2018-06-09 12:13:36 +03:00
committed by Bjørn Erik Pedersen
parent dc4226a8b2
commit 65deb72dc4
9 changed files with 1 additions and 81 deletions

View File

@@ -39,8 +39,6 @@ useSessionStorage = true
[privacy.instagram]
disable = true
simple = true
[privacy.speakerDeck]
disable = true
[privacy.twitter]
disable = true
enableDNT = true
@@ -67,7 +65,6 @@ simple = true
assert.True(pc.GoogleAnalytics.UseSessionStorage)
assert.True(pc.Instagram.Disable)
assert.True(pc.Instagram.Simple)
assert.True(pc.SpeakerDeck.Disable)
assert.True(pc.Twitter.Disable)
assert.True(pc.Twitter.EnableDNT)
assert.True(pc.Twitter.Simple)