Property name | Type | Default value | Description | Example |
---|
allowed_upload_file_extension | String | "[]" | In this property, list the file types that are allowed for uploading, for example, "jpeg, png, pdf". Files of other types will be ignored. |
|
max_file_size_upload | Integer | Not defined | This property represents a maximum file size (in bytes) that can be uploaded. | 2097152 |
max_files_upload_count | Integer | Not defined | This property represents a maximum amount of files that can be uploaded concurrently. | 20 |
portal.default_image.path | String | Not defined | A path to the stub image used for the missing pictures substitution in the portal entities (pages, widget instances, and so on). |
|