mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Fix JSON, add description
This commit is contained in:
parent
b8adf5b027
commit
a1689fb9d0
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"defaultFiltering": {
|
"defaultFiltering": {
|
||||||
"title": "The default filtering mode",
|
"title": "The default filtering mode",
|
||||||
"type": "string",
|
"description": "Can be one of \"none\", \"basic\", \"optimal\", \"complete\".",
|
||||||
|
"type": "string"
|
||||||
},
|
},
|
||||||
"noFiltering": {
|
"noFiltering": {
|
||||||
"title": "List of domains for which no filtering should occur",
|
"title": "List of domains for which no filtering should occur",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue