Centralized Settings for Your DataStore
The EveryConfiguration model is a core administrative component within the EveryDataStore ECM platform. It acts as a central container for managing system-wide and plugin-specific settings that determine how your DataStore operates across both frontend and backend interfaces.
Accessible via Administration > Configuration
All configuration options can be easily managed through the backend by navigating to Administration → Configuration. This centralized UI makes it simple for administrators to update global settings without needing direct code access.
Control Key Parameters
Common settings include ItemsPerPage, formbuilder_currency, formbuilder_unit, DateFormat, TimeFormat, and DateTimeFormat. These values control how data is displayed, formatted, and paginated throughout the system.
Ideal for Plugin Development and Customization
EveryConfiguration also serves as the go-to model for storing configuration data related to apps and plugins like EveryWidget, EveryCalendar, or EveryTimeTracker. For developers building custom plugins, it's highly recommended to use this model for storing all configuration parameters, ensuring consistency and easy access across the platform.
These configurations are programmatically accessible, enabling dynamic adjustments and integrations with both backend logic and frontend interfaces.
Name |
EveryConfiguration |
||
---|---|---|---|
Properties |
Name |
Type |
Description |
Slug |
Varchar(110) |
EveryDataStore-ID |
|
Title |
Varchar(110) |
Name of the configuration |
|
Value |
Text |
Value of the configuration |
|
Relations (has one) |