Changes between Version 1 and Version 2 of Rules/FacebookWebsite


Ignore:
Timestamp:
2023-04-12T17:23:58+02:00 (2 years ago)
Author:
marc_marc
Comment:

add fixChangeKey

Legend:

Unmodified
Added
Removed
Modified
  • Rules/FacebookWebsite

    v1 v2  
    1111}
    1212
    13 *[website=~/.*facebook\.com.*/], *[contact:website=~/.*facebook.com.*/] {
     13*[website=~/.*facebook\.com.*/] {
    1414    throwWarning: "Move Facebook link to contact:facebook";
     15    fixChangeKey: "website=>contact:facebook";
    1516}
     17
     18**[contact:website=~/.*facebook.com.*/] {
     19    throwWarning: "Move Facebook link to contact:facebook";
     20    fixChangeKey: "contact:website=>contact:facebook";
     21}
     22
    1623}}}