diff --git a/doc/datamanager/resources/dm-assetgroup.md b/doc/datamanager/resources/dm-assetgroup.md index 8af1f21..701ff29 100644 --- a/doc/datamanager/resources/dm-assetgroup.md +++ b/doc/datamanager/resources/dm-assetgroup.md @@ -29,6 +29,7 @@ The JSON Schema is [https://schema.entrecode.de/schema-data/dm-assetgroup](https |settings.autoDelete | `null` or String | `7 days`, `1 month`, `1 second` | Automatically delete Assets after specified timespan. Do not set to retain assets. Note that a script is periodically running for the deletion. So a value of '1 second' will not necessarily make the deletion instant, but will delete assets on the next run of the deletion script. | Yes | |settings.deletePermanently | String | `7 days`, `1 month`, `1 second` | Timespan after which a deleted asset is physically deleted. Default is 7 days. Note that a script is periodically running for the deletion. So a value of '1 second' will not necessarily make the deletion instant, but will let deleted assets be removed on the next run of the deletion script. | Yes | |settings.defaultVariants | Array[Integer] | | List of default variant sizes to generate for uploaded assets. Should be a subset of `imageSizes`. | Yes | +|settings.download | Boolean | true/false | Set to `true` to trigger a `Content-Disposition: attachment` header. Default is `false`. | Yes | |policies|Array[JSON] |Policy Definition | Permission Policies for Assets in this Asset Group | Yes| |policies[].method| String | `get`, `put`, `post`, `delete`| The method the policy should apply to. | Yes | |policies[].user| String | `public`, `dmUser`| The user type the policy should apply to. | Yes | diff --git a/package.json b/package.json index 68a2e10..f690a06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ec.appcms-doc", - "version": "0.18.0", + "version": "0.18.1", "description": "Documentation Repository for App CMS.", "repository": "git+https://github.com/entrecode/ec.doc.git", "author": "Ruben Deyhle ",