Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
views_csv_source
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
views_csv_source
Commits
5d6aa32d
Commit
5d6aa32d
authored
4 months ago
by
Daniel Cothran
Browse files
Options
Downloads
Patches
Plain Diff
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
!14
Update file views_csv_source.views.schema.yml
Pipeline
#310916
passed with warnings
4 months ago
Stage: build
Stage: validate
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/schema/views_csv_source.views.schema.yml
+16
-0
16 additions, 0 deletions
config/schema/views_csv_source.views.schema.yml
tests/src/Functional/Plugin/ViewsCsvSourceViewTest.php
+1
-1
1 addition, 1 deletion
tests/src/Functional/Plugin/ViewsCsvSourceViewTest.php
with
17 additions
and
1 deletion
config/schema/views_csv_source.views.schema.yml
+
16
−
0
View file @
5d6aa32d
...
...
@@ -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'
This diff is collapsed.
Click to expand it.
tests/src/Functional/Plugin/ViewsCsvSourceViewTest.php
+
1
−
1
View file @
5d6aa32d
...
...
@@ -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
;
/**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment