Skip to content

Commit

Permalink
Update extension.json (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
kghbln authored and paladox committed Feb 4, 2019
1 parent 250e1bc commit 688db3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"value": [ "tel", "mailto" ]
},
"RottenLinksExcludeNamespaces": {
"description": "Array of namespace IDs to not search for links.",
"description": "Holds a list of namespace IDs that should not be checked for links. (array)",
"public": true,
"value": []
},
"RottenLinksExternalLinkTarget": {
"description": "External link target (_self or _blank for new tab).",
"description": "Sets the external link target (_self for the current tab or _blank for a new tab). (string)",
"public": true,
"value": "_self"
}
Expand Down

0 comments on commit 688db3c

Please sign in to comment.