From 9a9463de8e9b7bc2029dcabb424d2f60829674a9 Mon Sep 17 00:00:00 2001 From: edalzell Date: Wed, 10 Jun 2026 14:13:00 -0700 Subject: [PATCH] forgot to update the docs --- DOCUMENTATION.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 1388066..02a26fe 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -42,8 +42,8 @@ If you are using a different Statamic collection, update it in the addon setting ICS downloads use the following fields if they exist: -- `address` -- `coordinates` +- `address` +- `coordinates` - `description` The `coordinates` field must be a keyed array: @@ -65,8 +65,8 @@ Your collection blueprint must include the required event fields for Events to w You can: -- Define fields manually -- Import the provided fieldset: `events::event` +- Define fields manually +- Import the provided fieldset: `events::event` Using the sample fieldset is the fastest way to get started. @@ -174,15 +174,15 @@ paginate="10" ### Filtering -Supports taxonomy filtering using standard Statamic syntax: +Supports both standard conditions and taxonomy filtering using standard Statamic syntax: ```antlers -taxonomy:categories="example" +taxonomy:categories:not="example" title:contains="awesome" ``` ### Sorting -Default: ascending +Default: ascending To reverse: ```antlers @@ -250,4 +250,4 @@ Generates an ICS download link. Includes: - `location` - `description` -- `link` \ No newline at end of file +- `link`