It would be very beneficial to add a catgories parameter to the Changelog widget. Your AI assistant told me I could do this when I asked for help but Bruno clarified that this was an AI Hallucination (see below). But that is a good way to implement it.
Hey! To show only certain categories in the changelog widget, you'll need to use the categories parameter during the widget initialization.
Here's how to do it:
Add Initialization Script:
Include the categories parameter with the specific category IDs you want to show.
javascript Featurebase('initialize_changelog_widget', { organization: "name", // Replace with your organization name categories: ["category1_id", "category2_id"], // Replace with the actual category IDs theme: 'light', // other options });Please authenticate to join the conversation.
Planned
Changelog
Over 1 year ago

Ezra Weinstein
Get notified by email when there are changes.
Planned
Changelog
Over 1 year ago

Ezra Weinstein
Get notified by email when there are changes.