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:
parent
ec126d941b
commit
f8f936f0f5
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue