Skip to content

Commit

Permalink
Update comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
dipakmdhrm committed Nov 18, 2024
1 parent 949689a commit d61e542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/modules/custom/server_general/server_general.module
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ function server_general_form_language_content_settings_form_alter(array &$form,
}

// Uncheck any paragraph reference fields.
// @see https://www.drupal.org/docs/contributed-modules/paragraphs/multilingual-paragraphs-configuration.
if ($field_definition->getType() == 'entity_reference_revisions') {
$form['settings']['paragraph'][$key]['fields'][$key2]['#default_value'] = FALSE;
continue;
Expand Down

0 comments on commit d61e542

Please sign in to comment.