Skip to content
Snippets Groups Projects
Commit 578f9fe4 authored by Szczepan Musiał's avatar Szczepan Musiał Committed by Shelane French
Browse files

Issue #3465158 by lamp5: Schemas for views bootstrap are incorrect

parent 35a8b78c
No related branches found
No related tags found
1 merge request!28#3465158 fix schema
Pipeline #241043 passed with warnings
......@@ -72,34 +72,26 @@ views.style.views_bootstrap_carousel:
type: boolean
label: "Wrap"
effect:
type: select
type: string
label: "Effect"
options:
'': "No effect"
slide: "Slide"
slide carousel-fade: "Fade"
columns:
type: select
type: integer
label: "Columns"
options:
1: "1"
2: "2"
3: "3"
4: "4"
breakpoints:
type: select
type: string
label: "Breakpoints"
options:
xs: "Extra Small"
sm: "Small"
md: "Medium"
lg: "Large"
display:
type: radios
type: string
label: "Display"
options:
fields: "Select by fields"
content: "Display fields as row content"
image:
type: string
label: "Image"
title:
type: string
label: "Title"
description:
type: string
label: "Description"
views.style.views_bootstrap_grid:
type: views_style
......@@ -197,12 +189,15 @@ views.style.views_bootstrap_tab:
label: "Fade Effect"
views.style.views_bootstrap_table:
type: views_style
type: views.style.table
label: 'Views bootstrap table'
mapping:
responsive:
type: boolean
label: "Responsive"
table_class_custom:
type: string
label: "Table custom class"
bootstrap_styles:
type: mapping
label: "Bootstrap styles"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment