diff --git a/modules/tide_content_collection/src/Plugin/Field/FieldWidget/ContentCollectionConfigurationWidget.php b/modules/tide_content_collection/src/Plugin/Field/FieldWidget/ContentCollectionConfigurationWidget.php index eb05823..a709559 100644 --- a/modules/tide_content_collection/src/Plugin/Field/FieldWidget/ContentCollectionConfigurationWidget.php +++ b/modules/tide_content_collection/src/Plugin/Field/FieldWidget/ContentCollectionConfigurationWidget.php @@ -505,7 +505,7 @@ public function formElement(FieldItemListInterface $items, $delta, array $elemen $element['callToAction']['text'] = [ '#type' => 'textfield', '#title' => $this->t('Text'), - '#default_value' => $json_object['callToAction']['text'] ?? 'View all', + '#default_value' => $json_object['callToAction']['text'] ?? '', '#description' => $this->t('Display text of the link.'), '#states' => [ 'required' => [