Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / src / Command / Drupal_8 / Form / Config.php
index a1acb8fcce4a63b207252a8ccd46fdc981908c13..93e25749b812b1096e62e51d267873da964ffd61 100644 (file)
@@ -20,8 +20,8 @@ class Config extends Base {
   protected function interact(InputInterface $input, OutputInterface $output) {
     $options = [
       'default_class' => 'SettingsForm',
-      'default_form_id' => '{machine_name}_settings',
       'default_permission' => 'administer site configuration',
+      'default_path_prefix' => '/admin',
       'template' => 'd8/form/config.twig',
     ];
     $this->doInteract($input, $output, $options);