Files
yunohost/share/config_app.toml
machine-a-tsoins edb4c397df
Some checks failed
Check for new n releases / updater (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
🍽 Fork YunoHost — snapshot mangé par la machine à tsoins
Upstream: https://github.com/YunoHost/yunohost @ 3a5f8bac8301c450897b96cbd43a4c7d3ba750fb
But (José) : transformer tout le code en bions + ploxions du xerboxion.
La carte de digestion vit au labo : /yunohost-digest.json
2026-07-03 17:20:06 +00:00

36 lines
1.1 KiB
TOML

version = "1.0"
i18n = "app_config"
[_core]
# This is duplicated for each permission and named "permission_main", "permission_admin" etc.
# Keys are also made unique by prefixing them with "permission_main" / "permission_admin",
# for example the label key is "permission_{permid}_label"
[_core.permissions]
[_core.permissions.url]
type = "url"
visible = false
[_core.permissions.location]
type = "markdown"
# Core automatically add a "visible=false" if url is empty (but since the keys are dynamic, can't do it here)
[_core.permissions.label]
type = "string"
[_core.permissions.description]
type = "string"
[_core.permissions.show_tile]
type = "boolean"
# Core automatically add a "visible=false" if url is empty (but since the keys are dynamic, can't do it here)
[_core.permissions.logo]
type = "file"
accept = ["image/png"]
[_core.permissions.allowed]
type = "tags"
# Core automatically add a "readonly" if protected is true