Configuration features allow you to define a static, customer-specific value for a feature, such as how much storage or how many days of data retention a customer receives. This type is used when the feature’s value can vary across plans but isn’t usage-based.Documentation Index
Fetch the complete documentation index at: https://docs.stigg.io/llms.txt
Use this file to discover all available pages before exploring further.
Stigg currently supports configuration features that have numeric values. For example: number of log retention days.
- Integer Use this option for configuration feature that have numeric values.
- Enum Use this option to grant customers access to one or more values from a predefined list.
Integer
To create an integer configuration feature:- Open the Product catalog in the Stigg app.
- Navigate to the Features section.
- Click + New feature.
- In the modal that opens, provide the following details:
- Name: The display name of the feature.
- Description (optional): A short explanation of what the feature enables.
- ID: Automatically generated by Stigg and used to reference the feature in your application. You can override this value by clicking Edit and linking an existing feature.
- Feature type: Choose Configuration.
- Set the value type to Integer.
- If required, edit the singular and plural unit names, for example, day and days.

- Click Create to save the feature.
Enum
To create an enum configuration feature:- Open the Product catalog in the Stigg app.
- Navigate to the Features section.
- Click + New feature.
- In the modal that opens, provide the following details:
- Name: The display name of the feature.
- Description (optional): A short explanation of what the feature enables.
- ID: Automatically generated by Stigg and used to reference the feature in your application. You can override this value by clicking Edit and linking an existing feature.
- Feature type: Choose Configuration.
- Set the value type to Enum.
- Define the possible values using a table or by pasting JSON or CSV.
- If required, edit the singular and plural unit names, for example, day and days.

- Click Create to save the feature.
