fix CI warning / linter when using !testme on an app
This commit is contained in:
parent
32111a7a47
commit
f145eaeb16
1 changed files with 5 additions and 1 deletions
|
@ -45,7 +45,11 @@
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true
|
"default": true,
|
||||||
|
"help": {
|
||||||
|
"en": "Use the help field to explain to the admin what it means for *this* app to be public or private",
|
||||||
|
"fr": "Utilisez le champ d'aide pour expliquer à l'administrateur ce que signifie le fait que *cette* application soit publique ou privée"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "language",
|
"name": "language",
|
||||||
|
|
Loading…
Reference in a new issue