Skip to content

Commit

Permalink
Update the 'Link to Item' option description
Browse files Browse the repository at this point in the history
  • Loading branch information
amym-li committed Jun 21, 2023
1 parent 10b6fb9 commit fa006bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/views/style/FullCalendarSolr.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) {
'#type' => 'checkbox',
'#title' => $this->t('Link to Item'),
'#default_value' => $this->options['direct_to_item'],
'#description' => $this->t('Link to the item instead of the day view if the date only has one result. This only takes effect if the "Navigation Links to Day View" option is enabled.'),
'#description' => $this->t('Link to the item instead of the day view if the date only has one result. If this is enabled, the "Item URL Field" will need to be configured. NOTE: This only takes effect if the "Navigation Links to Day View" option is enabled.'),
'#states' => [
'enabled' => [
':input[data-drupal-selector="edit-style-options-fullcalendar-options-navlinks"]' => ['checked' => TRUE],
Expand Down

0 comments on commit fa006bd

Please sign in to comment.