Skip to content

Commit

Permalink
Enables page level advancement settings by default (#12780)
Browse files Browse the repository at this point in the history
  • Loading branch information
miina authored and spacedmonkey committed Dec 7, 2022
1 parent 319392c commit 25c3d9a
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 @@ -289,6 +289,7 @@ public function get_experiments(): array {
'label' => __( 'Per-Page Page Advance', 'web-stories' ),
'description' => __( 'Enable detailed page advancement settings on a per-page basis', 'web-stories' ),
'group' => 'editor',
'default' => true,
],
/**
* Author: @timarney
Expand Down

0 comments on commit 25c3d9a

Please sign in to comment.