parameters
156 sites
Security covered
This module is kind of a "Config Construction Kit".
Parameters are a native part of configuration management. Think of dynamic and user-defined configuration properties, fully manageable and exportable.
Examples for what parameters can be defined and used for:
- A number indicating a maximum resource capacity.
- Shared information contents as formatted text.
- Secrets such as API credentials.
- Selection of certain available content types and fields.
- A set of SVG icons.
- Automatically incrementing integer numbers, dates, and data from external Http web services.
You can create global parameters for your site, but also manage specific ones for content types. You can access them via Tokens, Twig, ECA or directly as an API.
Parameters guarantee their availability by providing an auto-locking mechanism on used collections. Locked collections cannot be deleted via UI, as long as they not have been unlocked again.
Have a look at the README to see how you can get started.