Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reference_value_pair
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
reference_value_pair
Merge requests
!4
Issue
#3337493
by lamp5: Schema for field_settings and storage is missing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3337493
by lamp5: Schema for field_settings and storage is missing
3337493
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Jose Jiménez
requested to merge
3337493
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
https://www.drupal.org/project/reference_value_pair/issues/3337493
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
900c2f79
1 commit,
1 year ago
1 file
+
20
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
config/schema/reference_value_pair.schema.yml
+
20
−
0
Options
@@ -39,3 +39,23 @@ field.formatter.settings.reference_value_formatter:
invalid_reference_label
:
type
:
string
label
:
'
Invalid
reference
label'
field.field_settings.reference_value_pair
:
type
:
mapping
mapping
:
handler
:
type
:
string
handler_settings
:
type
:
entity_reference_selection.default
field.storage_settings.reference_value_pair
:
type
:
mapping
mapping
:
max_length
:
type
:
integer
is_ascii
:
type
:
boolean
case_sensitive
:
type
:
boolean
target_type
:
type
:
string
\ No newline at end of file
Loading