chore(projectsend): some UI fixes (#3103)
This commit is contained in:
@@ -85,11 +85,18 @@ questions:
|
||||
attrs:
|
||||
- variable: MAX_UPLOAD
|
||||
label: "MAX_UPLOAD"
|
||||
description: "MAX_UPLOAD"
|
||||
description: "Maximum size (in mb.) that is allowed on each file to be uploaded."
|
||||
schema:
|
||||
type: int
|
||||
required: true
|
||||
default: 5000
|
||||
- variable: PHP_MAX_FILE_UPLOAD
|
||||
label: "PHP_MAX_FILE_UPLOAD"
|
||||
description: "The maximum number of files allowed to be uploaded simultaneously. "
|
||||
schema:
|
||||
type: int
|
||||
required: true
|
||||
default: 200
|
||||
- variable: PHP_MEMORY_LIMIT
|
||||
label: "PHP_MEMORY_LIMIT"
|
||||
description: "PHP_MEMORY_LIMIT"
|
||||
@@ -97,13 +104,6 @@ questions:
|
||||
type: string
|
||||
required: true
|
||||
default: "512M"
|
||||
- variable: PHP_MAX_FILE_UPLOAD
|
||||
label: "PHP_MAX_FILE_UPLOAD"
|
||||
description: "PHP_MAX_FILE_UPLOAD"
|
||||
schema:
|
||||
type: int
|
||||
required: true
|
||||
default: 200
|
||||
# Include{containerConfig}
|
||||
|
||||
- variable: service
|
||||
@@ -209,6 +209,15 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceAdvanced}
|
||||
- variable: data
|
||||
label: "App Data Storage"
|
||||
description: "Stores the Application Data."
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceAdvanced}
|
||||
# Include{persistenceList}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user