diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-02 00:38:23 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-10 19:01:00 +0300 |
| commit | 52418884284b5bf0919c48cf4b02c3bd23dc9e97 (patch) | |
| tree | 932b30bce805c5602c7cf49c1a8ffef05d8f6a18 /Aggrofile | |
| parent | 398799de0c1826c3544eb6eec681fa48096932a0 (diff) | |
Do stuff
Diffstat (limited to 'Aggrofile')
| -rw-r--r-- | Aggrofile | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -9,12 +9,20 @@ "title_filter": { "plugin": "FilterPlugin", "trigger_type": "input_change", - "filter_expr": "'Guarding against any-typed values in TypeScript' in item.title" + "filter_expr": "'TypeScript' in item.title" + }, + "output_feed": { + "plugin": "FeedSinkPlugin", + "trigger_type": "input_change", + "feed_name": "test_feed" } }, "graph": { "juusomikkonen_blog_rss": [ "title_filter" + ], + "title_filter": [ + "output_feed" ] } }
\ No newline at end of file |
