Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
responsivewrappers
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
responsivewrappers
Merge requests
!6
Add config schema
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Add config schema
issue/responsivewrappers-3479851:3479851-config-schema-for
into
2.0.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Fabian Bircher
requested to merge
issue/responsivewrappers-3479851:3479851-config-schema-for
into
2.0.x
7 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#3479851
0
0
Merge request reports
Compare
2.0.x
2.0.x (HEAD)
and
latest version
latest version
c4df06b4
1 commit,
7 months ago
1 file
+
18
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
config/schema/responsivewrappers.schema.yml
+
18
−
0
Options
@@ -23,3 +23,21 @@ responsivewrappers.settings:
table_class
:
type
:
string
label
:
'
Custom
table
class'
# Plugin \Drupal\responsivewrappers\Plugin\Filter\FilterResponsiveWrappers
filter_settings.filter_bootstrap_responsive_wrapper
:
type
:
filter
label
:
'
Responsive
wrappers
filter'
mapping
:
responsive_iframe
:
type
:
boolean
label
:
'
Responsive
video'
responsive_iframe_pattern
:
type
:
string
label
:
'
Source
video
pattern
detection'
responsive_table
:
type
:
boolean
label
:
'
Responsive
tables'
responsive_image
:
type
:
boolean
label
:
'
Responsive
images'
Loading