popnoire/site/OFF_plugins/field-engineer/docs/examples.md

43 lines
937 B
Markdown
Raw Permalink Normal View History

2026-02-12 15:22:46 +01:00
# Example from `readme.md`
If you want to recreate the example from the `readme.md`, here you go...
**Screenshot**
![Screenshot](https://raw.githubusercontent.com/jenstornell/field-engineer/development/docs/hero.png)
**Blueprint**
```text
fields:
my_engineer:
type: engineer
fields:
my_image:
label: Image
type: image
my_engineer:
label: Engineer
type: engineer
fieldsets:
set1:
label: Set 1
fields:
my_image:
type: image
width: 1/2
my_text:
type: text
width: 1/2
set2:
label: Set 2
fields:
my_toggle:
label: Toggle
type: toggle
width: 1/2
my_date:
label: Date
type: date
width: 1/2
```