Strapi Component CircularLists - kwantu/platformconfiguration GitHub Wiki
1. CircularLists
1.1 What are CircularLists?
CircularLists allow for the rendering of a list of objects. There are 2 uses for CircularLists. These uses are to either render blog objects or render downloadable files. If you want to use the CircularLists to render blog objects then you will need to provide a Page component as a template. If you want to see how to create a blog then click here
CircularLists Example Portal
1.2 How to create a CircularList
CircularLists Example 1
Field | Description | Required? |
---|---|---|
Label | The header label for the CircularList | Yes |
Description | The description of the CircularList | No |
ItemsOnPage | The number of items that will be rendered on the page at one time | Yes |
Name | The name of the CircularList to help search for the component in Strapi | Yes |
FilterKey | The filter that defines this CircularList. When you create a Circular you will need to provide the exact same filter to have that Circular rendered on this list | Yes |
Page | The template page used if the CircularList contains blogs | No |