Skip to content

Commit

Permalink
Merge 92aa5cb into 9619ce6
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKuhn committed Apr 27, 2020
2 parents 9619ce6 + 92aa5cb commit 3808bc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
export S3_REGION=eu-west-1
export S3_HOST_ALIAS=de-codevise-pageflow-storybook-seed.s3-eu-west-1.amazonaws.com
export S3_PROTOCOL=https
export S3_OUTPUT_HOST_ALIAS=de-codevise-pageflow-storybook-seed.s3-eu-west-1.amazonaws.com
export PT=b55731926f7bcb9344a0b3ff662613954a4137d3c21c1be748e9929823f19b08
- (cd entry_types/scrolled; bundle exec rake pageflow_scrolled:storybook:seed:setup[package/.storybook/seed.json])
- (cd entry_types/scrolled/package; yarn run snapshot)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {storiesOfContentElement, filePermaId} from 'pageflow-scrolled/spec/suppo
storiesOfContentElement(module, {
typeName: 'inlineAudio',
baseConfiguration: {
id: null,
id: filePermaId('audioFiles', 'quicktime_jingle'),
autoplay: false,
controls: false
}
Expand Down
2 changes: 1 addition & 1 deletion entry_types/scrolled/package/src/frontend/Audio.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ function AudioPlayer(props) {

Audio.defaultProps = {
interactive: false,
controls: false
controls: true
};

0 comments on commit 3808bc4

Please sign in to comment.