Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
facets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
facets
Merge requests
!237
Add config schema for views area/filter plugins.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Add config schema for views area/filter plugins.
issue/facets-3386783:3386783-config-schema
into
3.0.x
Overview
0
Commits
1
Pipelines
2
Changes
1
Open
Add config schema for views area/filter plugins.
Hervé Donner
requested to merge
issue/facets-3386783:3386783-config-schema
into
3.0.x
11 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Closes
#3386783
0
0
Merge request reports
Compare
3.0.x
version 1
9d72a9e2
11 months ago
3.0.x (HEAD)
and
latest version
latest version
d9d9392b
1 commit,
7 months ago
version 1
9d72a9e2
1 commit,
11 months ago
1 file
+
21
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
modules/facets_summary/config/schema/facets_summary.views.schema.yml
0 → 100644
+
21
−
0
View file @ 09de5943
Edit in single-file editor
Open in Web IDE
views.area.facets_summary_area
:
type
:
views_area
label
:
'
Facets
summary
area'
mapping
:
facet_summary
:
type
:
string
label
:
'
Facet
summary'
label_display
:
type
:
boolean
label
:
'
Display
block
title'
views.filter.facets_summary_filter
:
type
:
views_filter
label
:
'
Facets
summary
filter'
mapping
:
facet_summary
:
type
:
string
label
:
'
Facet
summary'
label_display
:
type
:
boolean
label
:
'
Display
block
title'
Loading