Skip to content
Snippets Groups Projects
Commit 04b894c8 authored by Florent Torregrosa's avatar Florent Torregrosa
Browse files

Issue #3495826 by grimreaper: Component table: fix array props

parent d6971ee8
Branches
Tags
1 merge request!246Issue #3495826 by grimreaper: Component table: fix array props
Pipeline #380530 passed
......@@ -107,6 +107,7 @@ props:
stripes:
title: "Striped table"
description: "Add zebra-striping to either the rows and/or the columns of the table."
maxItems: 2
type: array
items:
type: string
......@@ -133,6 +134,7 @@ props:
divider:
title: "Table group divider"
description: "Add a thicker, darker border between table groups."
maxItems: 3
type: array
items:
type: string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment