mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Attempt to add external_url filtering support
This commit is contained in:
@@ -518,6 +518,8 @@ return [
|
||||
'notes_are' => ['alias' => false, 'needs_context' => true,],
|
||||
'no_notes' => ['alias' => false, 'needs_context' => false,],
|
||||
'any_notes' => ['alias' => false, 'needs_context' => false,],
|
||||
'no_external_url' => ['alias' => false, 'needs_context' => false,],
|
||||
'any_external_url' => ['alias' => false, 'needs_context' => false,],
|
||||
|
||||
// one exact (or array of) journals:
|
||||
'id' => ['alias' => false, 'trigger_class' => null, 'needs_context' => true,],
|
||||
|
||||
Reference in New Issue
Block a user