🍽 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
This commit is contained in:
35
share/config_app.toml
Normal file
35
share/config_app.toml
Normal file
@@ -0,0 +1,35 @@
|
||||
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
|
||||
Reference in New Issue
Block a user