Skip to content

Commit

Permalink
ZO-4641: remove additional podcast configuration for modules and styl…
Browse files Browse the repository at this point in the history
…esheets
  • Loading branch information
stollero committed Feb 22, 2024
1 parent d31027b commit b2f018f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1063,8 +1063,7 @@
background: url("/fanstatic/zeit.cms/icons/icons_sprites.png") no-repeat scroll 20px -835px transparent;
}

.type-article .module-icon-audio,
.type-article .module-icon-podcast {
.type-article .module-icon-audio {
background: url("/fanstatic/zeit.cms/icons/icons_sprites.png") no-repeat scroll 20px -776px transparent;
}

Expand Down Expand Up @@ -2106,10 +2105,6 @@
height: 180px;
}

.type-article .block.type-podcast .block-inner {
height: 130px;
}

.type-article .block.type-portraitbox .block-inner {
height: 300px;
}
Expand Down
1 change: 0 additions & 1 deletion core/src/zeit/content/article/edit/tests/modules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<module id="tickaroo_liveblog">Tickaroo Liveblog</module>
<module id="mail">Mail-Formular</module>
<module id="newslettersignup">Newsletter Signup Modul</module>
<module id="podcast">Podcast-Block</module>
<module id="portraitbox">Porträtbox</module>
<module id="puzzleform">Rätselformular</module>
<module id="quiz">Quiz</module>
Expand Down
2 changes: 1 addition & 1 deletion core/src/zeit/content/article/tests/article-templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<header name="embed" allow_header_module="true">
<title>Header-Modul oben</title>
</header>
<header name="podcast" allow_header_module="true">
<header name="podcast">
<title>Podcast</title>
</header>
<header name="narrow">
Expand Down
2 changes: 1 addition & 1 deletion core/src/zeit/content/audio/tests/fixtures/podcasts.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<podcasts>
<podcast id="cat-jokes-pawdcast" title="Cat Jokes Pawdcast" external_id="1234" subtitle="A podcast of cat jokes" color='e5ded8' image='http://xml.zeit.de/2006/DSC00109_2.JPG' podigee_id="podigee-1234" feed='https://feeds.example.com/aRDC72E_'>
<podcast id="cat-jokes-pawdcast" title="Cat Jokes Pawdcast" external_id="1234" subtitle="A podcast of cat jokes" color='e5ded8' image='http://xml.zeit.de/2006/DSC00109_2.JPG' feed='https://feeds.example.com/aRDC72E_'>
<distribution_channel id="itunes" href="http://example.com/itunes">Apple Podcasts</distribution_channel>
<distribution_channel id="google" href="http://example.com/google">Google Podcasts</distribution_channel>
</podcast>
Expand Down

This file was deleted.

0 comments on commit b2f018f

Please sign in to comment.