Jonathan Druart
3e1e9ddfcb
To not break the package workflow Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
15 lines
307 B
YAML
15 lines
307 B
YAML
description:
|
|
- "Sample installer file"
|
|
|
|
tables:
|
|
- table1:
|
|
translatable: [ column1, column2 ]
|
|
multiline: [ column2 ]
|
|
rows:
|
|
- column1: foo ツ
|
|
column2:
|
|
- bar
|
|
- baz
|
|
column3: qux
|
|
column4:
|
|
- quux
|