diff --git a/includes/Settings.php b/includes/Settings.php index 629c95d895f9..355c415739b3 100644 --- a/includes/Settings.php +++ b/includes/Settings.php @@ -218,7 +218,7 @@ public function register(): void { 'description' => __( 'Ad Network', 'web-stories' ), 'type' => 'string', 'default' => 'none', - 'enum' => [ 'none', 'adsense', 'admanager' ], + 'enum' => [ 'none', 'adsense', 'admanager', 'mgid' ], 'show_in_rest' => true, ] );