This guide explains all of the sidebar settings components that are available to be used in your plugin’s settings JSON configuration, giving your app users the ability to select and customize the HTML content they want to add into their email content.Documentation Index
Fetch the complete documentation index at: https://developers.kit.com/llms.txt
Use this file to discover all available pages before exploring further.
Example sidebar configuration
Example sidebar configuration
Compatible settings components
- Color picker
- Date picker
- Font picker
- Group
- Numerical input
- Radio group
- Search input
- Select input
- Slider
- Textarea
- Text input
- Toggle
Refreshing data
After a user has configured all required settings, we will perform a request to your server for the block’s HTML. If the user wants to refresh the data, they can either:- Click the refresh button that appears when hovering over the element (pictured below), or
- Change one of your plugin’s settings in the sidebar, which will automatically kick off another request for new HTML.

