Skip to content
Snippets Groups Projects
Commit 5d6aa32d authored by Daniel Cothran's avatar Daniel Cothran
Browse files

Issue #3480939 by andileco, nikathone: Add schema entries for the sort and argument plugins

parent bce51611
No related branches found
No related tags found
1 merge request!14Update file views_csv_source.views.schema.yml
Pipeline #310916 passed with warnings
......@@ -68,3 +68,19 @@ views.query.views_csv_source_query:
show_errors:
type: boolean
label: 'Show CSV errors'
views.sort.views_csv_source_sort:
type: views_sort
label: 'CSV Field'
mapping:
key:
type: string
label: 'Column Selector'
views.argument.views_csv_source_argument:
type: views_argument
label: 'CSV Field'
mapping:
key:
type: string
label: 'Column Selector'
......@@ -3,8 +3,8 @@
namespace Drupal\Tests\views_csv_source\Functional\Plugin;
use Drupal\file\Entity\File;
use Drupal\Tests\views_csv_source\Traits\ResourcePathRetrieverTrait;
use Drupal\Tests\views\Functional\ViewTestBase;
use Drupal\Tests\views_csv_source\Traits\ResourcePathRetrieverTrait;
use Symfony\Component\HttpFoundation\Response;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment