Skip to content

Commit

Permalink
Enable media recording feature by default (#11963)
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jul 20, 2022
1 parent 72282c5 commit f8b20ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/Experiments.php
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ public function get_experiments(): array {
'label' => __( 'Media Recording', 'web-stories' ),
'description' => __( 'Enable recording from webcam/microphone', 'web-stories' ),
'group' => 'editor',
'default' => true,
],
/**
* Author: @spacedmonkey
Expand Down

0 comments on commit f8b20ae

Please sign in to comment.