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 / Plugin / Views / Style.php
index 73da7af5c386929e7a7cb66e4d37cd453e5c6a1d..b7621dbd9d7fabe7a97b9e3ad11936863157db3b 100644 (file)
@@ -39,6 +39,11 @@ class Style extends BaseGenerator {
       ->template('d8/plugin/views/style-preprocess.twig')
       ->action('append')
       ->headerSize(7);
+
+    $this->addFile()
+      ->path('config/schema/{machine_name}.schema.yml')
+      ->template('d8/plugin/views/style-schema.twig')
+      ->action('append');
   }
 
 }