From 70a941f5aa0a7a0e044ce29f78fac1396e619961 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Mon, 7 Jun 2021 21:04:59 +0200 Subject: [PATCH] Added FAQ for url specific settings Fixes #550 --- .documentation/faq/removeUrlSetting.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .documentation/faq/removeUrlSetting.md diff --git a/.documentation/faq/removeUrlSetting.md b/.documentation/faq/removeUrlSetting.md new file mode 100644 index 0000000..4bf31f0 --- /dev/null +++ b/.documentation/faq/removeUrlSetting.md @@ -0,0 +1,5 @@ +How do I remove URL specific settings? +------ +If one URL specific setting is set for a URL it shows up at every setting that can have URL specific values. So if you click on the little "x" to reset the value the line for the URL may not disappear. But the input field will appear a little bit gray to indicate that the "normal" value is still used for this URL. + +To get rid of this URL line you have to remove all specific settings for this URL. The easiest way to get to know which settings are still set you can go to General > Settings > Export settings > Inspect. There the entry "urlSettings" stores the url specific values. \ No newline at end of file