fix(json): exclude "video" service from index and simple views
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s
Updated the video service's configuration to exclude it from both the index and simple views. This change ensures it is hidden from these sections, as the services are currently blocked by YouTube. Adjustments are targeted to improve user experience or meet specific configuration requirements.
This commit is contained in:
parent
19bded9875
commit
c2c68bfed4
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@
|
|||
}
|
||||
],
|
||||
"icon": "video",
|
||||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
"exclude_from_index": true,
|
||||
"exclude_from_simple": true
|
||||
},
|
||||
{
|
||||
"name": "Transfer.coffee",
|
||||
|
|
Loading…
Reference in a new issue