Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ Copy the `/public/config.json` file into your content repository to `/content/se
| content.posts_config.categories | Array | List of categories by which `posts` can be filtered |
| content.posts_config.drafts | Boolean | If `true` will enable a `publish` toggle on `posts` and only display published content on the front end |
| content.posts_config.layout | String | Layout for the posts page. Options are `list` and `grid`. |
| content.posts_config.sort_by | Object | Post sorting options |
| content.posts_config.sort_by.name | String | Field to sort by |
| content.posts_config.sort_by.direction | String | `asc` or `desc` |
| content.posts_config.sort_by | Object | Post sorting options |
| content.posts_config.sort_by.name | String | Field to sort by |
| content.posts_config.sort_by.direction | String | `asc` or `desc` |
| core_data | Object | Core Data configuration |
| core_data.url | String | URL of the Core Data application |
| core_data.project_ids | Array | Array of Core Data project IDs as strings |
Expand Down Expand Up @@ -161,6 +161,7 @@ Copy the `/public/config.json` file into your content repository to `/content/se
| search.map | Object | Map configuration |
| search.map.cluster_radius | Number | If provided, map points will be clustered for the given radius (in miles). This option is only valid if the `map.geometry` property contains Lat/Lng coordinates. |
| search.map.geometry | String | Path to the attribute in the Typesense document that contains the GeoJSON data to be displayed on the map |
| search.map.properties | String | Path to the attribute in the Typesense document that contains the properties object for the GeoJSON |
| search.map.max_zoom | Number | The maximum zoom level to allow when the map view transitions to a set of bounds (a single place, or mulitple places). |
| search.map.zoom_to_place | Boolean | If `true` or not specified, clicking on an individual place marker or search result will zoom the map to its location (using the max zoom). |
| search.name | String | The name of the search index configuration. |
Expand Down
Loading