Skip to content
Snippets Groups Projects

Issue #3472830: Create a config form to save the api url and token value

Merged Arjun Kumar requested to merge issue/todoist_api-3472830:3472830-create-a-config into 8.x-1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -4,7 +4,7 @@ namespace Drupal\todoist_api\Form;
use Drupal\Core\Form\ConfigFormBase;
use Drupal\Core\Form\FormStateInterface;
use Drupal\todoist_api\TodoIstapiTasksServices;
/**
* Configure todoist api settings.
*/
Loading