Skip to content

Commit 839a8b8

Browse files
Apply suggestions from code review
Co-authored-by: Ruth Cheesley <[email protected]>
1 parent 870e03d commit 839a8b8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/design/quick_filters.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Quick filters provide an efficient way to search using existing search commands.
66
Implementation overview
77
-----------------------
88

9-
Quick filters are implemented using a combination of JavaScript and Twig templates. The process involves three main components:
9+
Mautic implements quick filters using a combination of JavaScript and Twig templates. The process involves three main components:
1010

1111
1. JavaScript function for applying the filter
1212
2. Twig template for rendering filter buttons
@@ -38,7 +38,7 @@ This function performs the following actions:
3838
Twig template
3939
-------------
4040

41-
The quick filter buttons are rendered using a Twig template:
41+
Mautic renders the quick filter buttons using a Twig template:
4242

4343
.. code-block:: twig
4444
@@ -85,12 +85,12 @@ To add quick filters to a list view, include the ``list_toolbar.html.twig`` temp
8585
Quick filter options
8686
--------------------
8787

88-
Each quick filter is defined as an associative array with the following keys:
88+
You define each quick filter as an associative array with the following keys:
8989

90-
- ``search``: The search query to be applied
91-
- ``label``: The displayed text for the filter button
92-
- ``tooltip``: The tooltip text shown on hover
93-
- ``icon``: The CSS class for the icon displayed on the button
90+
- ``search``: the search query to apply
91+
- ``label``: the displayed text for the filter button
92+
- ``tooltip``: the tooltip text shown on hover
93+
- ``icon``: the CSS class for the icon displayed on the button
9494

9595
Multiple quick filters
9696
----------------------

0 commit comments

Comments
 (0)