1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lionwiki-t2t_ynh.git synced 2024-09-03 19:36:27 +02:00

adding default values

This commit is contained in:
farvardin 2020-04-27 18:45:40 +02:00
parent ec126d941b
commit f8f936f0f5
No known key found for this signature in database
GPG key ID: F35CBC4DA8BA0327

View file

@ -97,7 +97,8 @@
"en": "This name will be displayed in the header of the wiki.",
"fr": "Ce nom sera affiché dans l'entête de votre wiki."
},
"example": "My Wiki"
"example": "My Wiki",
"default": "My Wiki"
},
{
"name": "color",
@ -110,7 +111,8 @@
"en": "Use hexadecimal value (6 figures without #)",
"fr": "Utilisez une valeur hexadecimale (6 chiffres sans # devant)"
},
"example": "D17732"
"example": "D17732",
"default": "D17732"
}
]
}