Skip to content

Commit

Permalink
Update settings enum
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 24, 2024
1 parent 2e3826c commit 9b661ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]
);
Expand Down

0 comments on commit 9b661ef

Please sign in to comment.