Update example
This commit is contained in:
parent
adaa6b69ec
commit
9d9efa76ea
1 changed files with 13 additions and 3 deletions
|
@ -67,9 +67,19 @@ An example for a file in the store follows.
|
|||
```
|
||||
---
|
||||
[imag]
|
||||
nothing = here
|
||||
[imag.examplemodule]
|
||||
and_nothing = here_as_well
|
||||
version = "0.1.0"
|
||||
|
||||
[imag.content]
|
||||
url = "file://home/user/kittens.mpeg"
|
||||
|
||||
imag.links = [
|
||||
"imag://home/user/more_kittens.mpeg"
|
||||
]
|
||||
|
||||
[examplemodule]
|
||||
arbitrary = data
|
||||
[custom]
|
||||
truth = 42
|
||||
---
|
||||
|
||||
This is an example text, written by the user.
|
||||
|
|
Loading…
Reference in a new issue