Update pelisplus.json
This commit is contained in:
@@ -11,28 +11,47 @@
|
|||||||
"tvshow",
|
"tvshow",
|
||||||
"documentary",
|
"documentary",
|
||||||
"direct"
|
"direct"
|
||||||
|
|
||||||
],
|
],
|
||||||
"settings": [
|
"settings": [
|
||||||
|
{
|
||||||
|
"id": "include_in_newest_latino",
|
||||||
|
"type": "bool",
|
||||||
|
"label": "Incluir en Novedades - Latino",
|
||||||
|
"default": true,
|
||||||
|
"enabled": true,
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "include_in_global_search",
|
"id": "include_in_global_search",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"label": "Incluir en busqueda global",
|
"label": "Incluir en busqueda global",
|
||||||
"default": true,
|
"default": true,
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"visible": false
|
"visible": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "filter_languages",
|
"id": "include_in_newest_peliculas",
|
||||||
"type": "list",
|
"type": "bool",
|
||||||
"label": "Mostrar enlaces en idioma...",
|
"label": "Incluir en Novedades - Peliculas",
|
||||||
"default": 0,
|
"default": true,
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"visible": true,
|
"visible": true
|
||||||
"lvalues": [
|
},
|
||||||
"No filtrar",
|
{
|
||||||
"Latino"
|
"id": "include_in_newest_infantiles",
|
||||||
]
|
"type": "bool",
|
||||||
|
"label": "Incluir en Novedades - Infantiles",
|
||||||
|
"default": true,
|
||||||
|
"enabled": true,
|
||||||
|
"visible": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "include_in_newest_terror",
|
||||||
|
"type": "bool",
|
||||||
|
"label": "Incluir en Novedades - terror",
|
||||||
|
"default": true,
|
||||||
|
"enabled": true,
|
||||||
|
"visible": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user