FEATURE: Add a test facility to the watched words admin interface

This commit is contained in:
David Taylor
2019-08-02 10:53:03 +01:00
parent 39e0442de9
commit 06e757245f
9 changed files with 68 additions and 3 deletions
@@ -8,6 +8,7 @@ export default {
{ id: 4, word: "scheme", action: "flag" },
{ id: 5, word: "coupon", action: "require_approval" },
{ id: 6, word: '<img src="x">', action: "block" }
]
],
compiled_regular_expressions: {}
}
};