Loading modules/o365_onedrive/src/Plugin/Block/RecentFilesBlock.php +2 −2 Original line number Diff line number Diff line Loading @@ -84,12 +84,12 @@ class RecentFilesBlock extends O365UncachedBlockBase implements ContainerFactory $form['show_recent_files_block'] = [ '#type' => 'checkbox', '#title' => $this->t('Show recent file\'s when there is no data'), '#title' => $this->t('Show recent files when there is no data'), ]; $form['recent_files_block_text'] = [ '#type' => 'textarea', '#title' => t('Mail block text'), '#title' => t('Recent files block text'), '#description' => t('Enter the text you would like to show'), '#default_value' => t('Enter the text you would like to show'), '#states' => [ Loading modules/o365_onedrive/src/Plugin/Block/SharedFilesBlock.php +2 −2 Original line number Diff line number Diff line Loading @@ -84,12 +84,12 @@ class SharedFilesBlock extends O365UncachedBlockBase implements ContainerFactory $form['show_shared_files_block'] = [ '#type' => 'checkbox', '#title' => $this->t('Show shared file\'s when there is no data'), '#title' => $this->t('Show shared files when there is no data'), ]; $form['shared_files_block_text'] = [ '#type' => 'textarea', '#title' => t('Mail block text'), '#title' => t('shared files block text'), '#description' => t('Enter the text you would like to show'), '#default_value' => t('Enter the text you would like to show'), '#states' => [ Loading Loading
modules/o365_onedrive/src/Plugin/Block/RecentFilesBlock.php +2 −2 Original line number Diff line number Diff line Loading @@ -84,12 +84,12 @@ class RecentFilesBlock extends O365UncachedBlockBase implements ContainerFactory $form['show_recent_files_block'] = [ '#type' => 'checkbox', '#title' => $this->t('Show recent file\'s when there is no data'), '#title' => $this->t('Show recent files when there is no data'), ]; $form['recent_files_block_text'] = [ '#type' => 'textarea', '#title' => t('Mail block text'), '#title' => t('Recent files block text'), '#description' => t('Enter the text you would like to show'), '#default_value' => t('Enter the text you would like to show'), '#states' => [ Loading
modules/o365_onedrive/src/Plugin/Block/SharedFilesBlock.php +2 −2 Original line number Diff line number Diff line Loading @@ -84,12 +84,12 @@ class SharedFilesBlock extends O365UncachedBlockBase implements ContainerFactory $form['show_shared_files_block'] = [ '#type' => 'checkbox', '#title' => $this->t('Show shared file\'s when there is no data'), '#title' => $this->t('Show shared files when there is no data'), ]; $form['shared_files_block_text'] = [ '#type' => 'textarea', '#title' => t('Mail block text'), '#title' => t('shared files block text'), '#description' => t('Enter the text you would like to show'), '#default_value' => t('Enter the text you would like to show'), '#states' => [ Loading