62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"settings": [
|
|
{
|
|
"id": "include_in_global_search",
|
|
"type": "bool",
|
|
"label": "Includi in Ricerca Globale",
|
|
"default": true,
|
|
"enabled": true,
|
|
"visible": true
|
|
},
|
|
{
|
|
"id": "include_in_newest_peliculas",
|
|
"type": "bool",
|
|
"label": "Includi in Novità - Film",
|
|
"default": true,
|
|
"enabled": true,
|
|
"visible": true
|
|
},
|
|
{
|
|
"id": "include_in_newest_series",
|
|
"type": "bool",
|
|
"label": "Includi in Novità - Serie TV",
|
|
"default": true,
|
|
"enabled": true,
|
|
"visible": true
|
|
},
|
|
{
|
|
"id": "include_in_newest_anime",
|
|
"type": "bool",
|
|
"label": "Includi in Novità - Anime",
|
|
"default": true,
|
|
"enabled": true,
|
|
"visible": true
|
|
},
|
|
{
|
|
"id": "include_in_newest_italiano",
|
|
"type": "bool",
|
|
"label": "Includi in Novità - Italiano",
|
|
"default": true,
|
|
"enabled": true,
|
|
"visible": true
|
|
},
|
|
{
|
|
"id": "checklinks",
|
|
"type": "bool",
|
|
"label": "Verifica se i link esistono",
|
|
"default": false,
|
|
"enabled": true,
|
|
"visible": true
|
|
},
|
|
{
|
|
"id": "checklinks_number",
|
|
"type": "list",
|
|
"label": "Numero di link da verificare",
|
|
"default": 1,
|
|
"enabled": true,
|
|
"visible": "eq(-1,true)",
|
|
"lvalues": [ "5", "10", "15", "20" ]
|
|
}
|
|
]
|
|
}
|