mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-05 21:15:33 +01:00
Separate paragraphs
This commit is contained in:
parent
fa7e245fcb
commit
e4f900d9f3
1 changed files with 3 additions and 1 deletions
|
@ -77,7 +77,9 @@ _Actions you can apply to messages that match the conditions:_
|
|||
|
||||
## Loading Filters from Partials
|
||||
|
||||
If you want to split your filters into different partials, return an array of filters from each partial and add `return Opdavies\GmailFilterBuilder\Service\Partials::load()` to `filters.php`. This defaults to a directory called `filters`, but you can specify an alternative directory name as an argument.
|
||||
If you want to split your filters into different partials, return an array of filters from each partial and add `return Opdavies\GmailFilterBuilder\Service\Partials::load()` to `filters.php`.
|
||||
|
||||
This defaults to a directory called `filters`, but you can specify an alternative directory name as an argument.
|
||||
|
||||
## Loading Addresses from a Separate File
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue