Files
lichterei-web/kirby/config/blueprints/blocks/table.yml
2022-08-24 10:59:39 +02:00

26 lines
424 B
YAML

name: Table
icon: menu
fields:
rows:
label: Menu
type: structure
columns:
dish: true
description: true
price:
before:
width: 1/4
align: right
fields:
dish:
label: Dish
type: text
description:
label: Description
type: text
price:
label: Price
type: number
before:
step: 0.01