Skip to content

Commit 9a88ab3

Browse files
committed
Issue [#3580554] by smulvih2: Fix archived block saving title value
1 parent 2a1f19b commit 9a88ab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/custom/wxt_ext/wxt_ext_archived/src/Plugin/Block/ArchivedBlock.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public function blockForm($form, FormStateInterface $form_state) {
5858
public function blockSubmit($form, FormStateInterface $form_state) {
5959
parent::blockSubmit($form, $form_state);
6060
$values = $form_state->getValues();
61+
$this->configuration['archived_title'] = $values['archived_title'];
6162
$this->configuration['archived_text'] = $values['archived_text'];
6263
}
6364

0 commit comments

Comments
 (0)