+2009-09-09 Steffen Kamper <info@sk-typo3.de>
+
+ * Fixed bug #11908: Wrong labels in Media section in constants of css_styled_content
+
2009-09-07 Francois Suter <francois@typo3.org>
* Fixed bug #10201: Changed cHashes to use full md5 values to reduce the probability of duplicate hashes (thanks to Dan Osipov)
}
styles.content.media {
- # cat=content/cMedia; type=int+; label= Video Media Width: define the default width for the media-object
+ # cat=content/cMedia/j1; type=; label= Video Player: configure the path to the video player
videoPlayer = typo3/contrib/flashmedia/flvplayer.swf
- # cat=content/cMedia; type=int+; label= Video Media Width: define the default width for the media-object
+ # cat=content/cMedia/j2; type=int+; label= Media Video Width: define the default width for the media video
defaultVideoWidth = 600
- # cat=content/cMedia; type=int+; label= Video Media Height: define the default height for the media-object
+ # cat=content/cMedia/j3; type=int+; label= Media Video Height: define the default height for the media video
defaultVideoHeight = 400
- # cat=content/cMedia; type=int+; label= Audio Media Width: define the default width for the media-object
+ # cat=content/cMedia/j4; type=; label= Audio Player: configure the path to the video player
audioPlayer = typo3/contrib/flashmedia/player.swf
- # cat=content/cMedia; type=int+; label= Video Media Width: define the default width for the media-object
+ # cat=content/cMedia/j5; type=int+; label= Media Audeo Width: define the default width for the media audio
defaultAudioWidth = 300
- # cat=content/cMedia; type=int+; label= Audio Media Height: define the default height for the media-object
+ # cat=content/cMedia/j6; type=int+; label= Media Audio Height: define the default height for the media audio
defaultAudioHeight = 30
}