Initial commit
This commit is contained in:
commit
65e0da7e11
1397 changed files with 596542 additions and 0 deletions
43
site/OFF_plugins/field-engineer/docs/examples.md
Normal file
43
site/OFF_plugins/field-engineer/docs/examples.md
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
# Example from `readme.md`
|
||||
|
||||
If you want to recreate the example from the `readme.md`, here you go...
|
||||
|
||||
**Screenshot**
|
||||
|
||||

|
||||
|
||||
**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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue