mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
add the schema link in toml files
This commit is contained in:
parent
41baf91965
commit
003edc6966
3 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#:schema https://github.com/YunoHost/apps/raw/master/schemas/apps.toml.schema.json
|
||||||
|
|
||||||
[13ft]
|
[13ft]
|
||||||
category = "reading"
|
category = "reading"
|
||||||
level = 7
|
level = 7
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/categories.toml.schema.json
|
||||||
|
|
||||||
[synchronization]
|
[synchronization]
|
||||||
icon = "cloud"
|
icon = "cloud"
|
||||||
title.en = "Synchronization"
|
title.en = "Synchronization"
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#:schema https://github.com/YunoHost/apps/raw/master/schemas/wishlist.toml.schema.json
|
||||||
|
|
||||||
[access-to-memory-atom]
|
[access-to-memory-atom]
|
||||||
name = "Access to Memory (AtoM)"
|
name = "Access to Memory (AtoM)"
|
||||||
description = "Standards-based archival description and access in a multilingual, multi-repository environment."
|
description = "Standards-based archival description and access in a multilingual, multi-repository environment."
|
||||||
|
|
Loading…
Add table
Reference in a new issue