Show all items
The most simple option - does not change the functionality of the collection list, simply adds the saving functionality.
ms-code-save-list="all" on the Collection List
ms-code-save-item on the Collection List Item
ms-code-save="{{ Slug }}" on the Save Button
ms-code-unsave="{{ Slug }}" on the Unsave Button
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Show saved items
Will only display the items which are saved. If none are saved, none will show up. You must use Finsweet CMS Load with the render-all mode in order for this to work! To get the script, go here.
fs-cmsload-element="list" on the Collection List
fs-cmsload-mode="render-all" on the Collection List
ms-code-save-list="saved" on the Collection List
ms-code-save-item on the Collection List Item
ms-code-save="{{ Slug }}" on the Save Button
ms-code-unsave="{{ Slug }}" on the Unsave Button
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Show not saved items
Will only display the items which are not saved. If they are all saved, none will show up. You must use Finsweet CMS Load with the render-all mode in order for this to work! To get the script, go here.
fs-cmsload-element="list" on the Collection List
fs-cmsload-mode="render-all" on the Collection List
ms-code-save-list="unsaved" on the Collection List
ms-code-save-item on the Collection List Item
ms-code-save="{{ Slug }}" on the Save Button
ms-code-unsave="{{ Slug }}" on the Unsave Button
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Clone the buttons without CMS bindings!