Is it suitable for drupal 10.2. x?

Created on 21 May 2024, about 1 month ago

Hello,

Is it suitable for drupal 10.2. x?

The configuration option is empty. (/admin/config/system/jstimer)

πŸ’¬ Support request
Status

Active

Version

1.5

Component

Miscellaneous

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @msn5158
  • πŸ‡¬πŸ‡§United Kingdom aaron.ferris

    According to the admin form, its a placeholder:

    	  public function buildForm(array $form, FormStateInterface $form_state) {
        $config = $this->configFactory->get('jstimer.settings');
    
        $form = [];
    
    	// Placeholder method for global jstimer settings.  Currently none.
    
        $form = parent::buildForm($form, $form_state);
        return $form;
      }
Production build 0.69.0 2024