Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
1.0 KiB
Markdown
Raw Normal View History

---
2025-08-12 13:29:42 +05:30
title: appsPrivateConfiguration
slug: /main-concepts/metadata-standard/schemas/configuration/appsprivateconfiguration
---
# AppsPrivateConfiguration
*This schema defines a list of configurations for the Application Framework*
## Properties
- **`appsPrivateConfiguration`** *(array)*: List of configuration for apps.
2025-08-12 13:29:42 +05:30
- **Items**: Refer to *#/definitions/appPrivateConfig*.
## Definitions
- **`appPrivateConfig`** *(object)*: Single Application Configuration Definition. Cannot contain additional properties.
2025-08-12 13:29:42 +05:30
- **`name`** *(string)*: Application Name.
- **`preview`** *(boolean)*: Flag to enable/disable preview for the application. If the app is in preview mode, it can't be installed. Default: `False`.
- **`schedule`**: Refer to *../entity/applications/app.json#/definitions/appSchedule*.
- **`parameters`** *(object)*: Parameters to initialize the Applications. Can contain additional properties.
- **Additional Properties**
2025-08-12 13:29:42 +05:30
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.