julienmonnerie/kirby/config/blueprints/blocks/table.yml

26 lines
424 B
YAML
Raw Normal View History

2022-06-17 17:51:59 +02:00
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