Loading config/schema/views_fields_on_off.views.schema.yml +2 −0 Original line number Diff line number Diff line Loading @@ -7,3 +7,5 @@ views.field.views_fields_on_off_form: type: string exposed_select_type: type: string default_enabled: type: boolean views_fields_on_off.module +0 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ * Provides a Views Global field that allows users to turn fields on/off. */ use Drupal\Core\Form\FormStateInterface; use Drupal\views\ViewExecutable; use Drupal\views\Views; Loading Loading
config/schema/views_fields_on_off.views.schema.yml +2 −0 Original line number Diff line number Diff line Loading @@ -7,3 +7,5 @@ views.field.views_fields_on_off_form: type: string exposed_select_type: type: string default_enabled: type: boolean
views_fields_on_off.module +0 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ * Provides a Views Global field that allows users to turn fields on/off. */ use Drupal\Core\Form\FormStateInterface; use Drupal\views\ViewExecutable; use Drupal\views\Views; Loading