1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Changed input of lists to textarea

Fixes #340
This commit is contained in:
kkapsner 2019-04-25 23:39:52 +02:00
parent 23509ea827
commit 56b830c5a9
4 changed files with 26 additions and 9 deletions

View file

@ -144,6 +144,7 @@
},
{
"name": "ignoreList",
"multiline": true,
"displayDependencies": [
{
"showNotifications": [true],
@ -201,6 +202,7 @@
},
{
"name": "stackList",
"multiline": true,
"displayDependencies": {
"enableStackList": [true],
"displayAdvancedSettings": [true]
@ -209,6 +211,7 @@
},
{
"name": "whiteList",
"multiline": true,
"displayDependencies": {
"blockMode": ["fake", "block", "ask"],
"displayAdvancedSettings": [true]
@ -216,6 +219,7 @@
},
{
"name": "sessionWhiteList",
"multiline": true,
"displayDependencies": {
"blockMode": ["fake", "block", "ask"],
"displayAdvancedSettings": [true]
@ -223,6 +227,7 @@
},
{
"name": "blackList",
"multiline": true,
"displayDependencies": {
"blockMode": ["block", "fake", "ask", "allow"],
"displayAdvancedSettings": [true]