rename template & create schema
This commit is contained in:
parent
ce3ea9abf5
commit
6e7e40e9e0
27
notes/recipes.schema.yml
Normal file
27
notes/recipes.schema.yml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
version: 1
|
||||||
|
imports: []
|
||||||
|
schemas:
|
||||||
|
- id: recipes
|
||||||
|
title: recipes
|
||||||
|
parent: root
|
||||||
|
children:
|
||||||
|
- id: bowls
|
||||||
|
title: bowls
|
||||||
|
namespace: true
|
||||||
|
template: templates.recipe
|
||||||
|
- id: baked
|
||||||
|
title: baked
|
||||||
|
namespace: true
|
||||||
|
template: templates.recipe
|
||||||
|
- id: dessert
|
||||||
|
title: dessert
|
||||||
|
namespace: true
|
||||||
|
template: templates.recipe
|
||||||
|
- id: misc
|
||||||
|
title: misc
|
||||||
|
namespace: true
|
||||||
|
template: templates.recipe
|
||||||
|
- id: soup
|
||||||
|
title: soup
|
||||||
|
namespace: true
|
||||||
|
template: templates.recipe
|
|
@ -2,7 +2,7 @@
|
||||||
id: 9c59f957-bbfa-475f-bb2b-a3b7cfcc47db
|
id: 9c59f957-bbfa-475f-bb2b-a3b7cfcc47db
|
||||||
title: Recipe
|
title: Recipe
|
||||||
desc: ''
|
desc: ''
|
||||||
updated: 1621050721815
|
updated: 1649038450923
|
||||||
created: 1621050721815
|
created: 1621050721815
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue