Skip to content

Commit

Permalink
Remove Details block setting field from the experiments page (WordPre…
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored and sethrubenstein committed Jul 13, 2023
1 parent 58f4b3f commit 6b110ff
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/experiments-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,6 @@ function gutenberg_initialize_experiments_settings() {
)
);

add_settings_field(
'gutenberg-details-blocks',
__( 'Details block', 'gutenberg' ),
'gutenberg_display_experiment_field',
'gutenberg-experiments',
'gutenberg_experiments_section',
array(
'label' => __( 'Test the Details block', 'gutenberg' ),
'id' => 'gutenberg-details-blocks',
)
);

add_settings_field(
'gutenberg-interactivity-api-core-blocks',
__( 'Interactivity API and Behaviors UI', 'gutenberg' ),
Expand Down

0 comments on commit 6b110ff

Please sign in to comment.