diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-02-23 08:31:12 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-02-23 08:31:12 +0100 |
| commit | fc7a3dc297aca75ba57ea442f9ac03957ef6581d (patch) | |
| tree | b6da889b2ca35462c3507e3263bce4afd895c867 /.pages.yml | |
| parent | bcf9ab3f978bba4ea06f857d1dac9467bc5397a2 (diff) | |
| download | mitjafelicijan.com-fc7a3dc297aca75ba57ea442f9ac03957ef6581d.tar.gz | |
Update .pages.yml (via Pages CMS)
Diffstat (limited to '.pages.yml')
| -rw-r--r-- | .pages.yml | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -23,9 +23,11 @@ content: | |||
| 23 | label: Draft | 23 | label: Draft |
| 24 | type: boolean | 24 | type: boolean |
| 25 | default: true | 25 | default: true |
| 26 | - name: tags | 26 | - name: type |
| 27 | label: Tags | 27 | label: Type |
| 28 | type: string | 28 | type: select |
| 29 | options: | ||
| 30 | values: [ post, note ] | ||
| 29 | - name: body | 31 | - name: body |
| 30 | label: Body | 32 | label: Body |
| 31 | type: rich-text \ No newline at end of file | 33 | type: rich-text \ No newline at end of file |
