Files
LockScreenWallpaper/plugins/permissions/autogenerated/reference.md
T
Christoph 197090ddd2 feat(wallpapers): add image crop support and i18n strings
Adds per-image image-crop support with persistent settings.
Rendering adapts to crop mode, zoom and position per image.
Locales the UI strings and notifications; app name updated.

- Cropping workflow with per-image crop state and rendering
- Localizes strings and notifications for en and de
- Introduces set_image_crop command and its permission schema
2026-08-20 23:26:15 +02:00

206 lines
2.2 KiB
Markdown

## Default Permission
Allow the LockScreenWallpaper app to manage its wallpaper collection
#### This default permission set includes the following:
- `allow-get-state`
- `allow-get-gallery`
- `allow-select-images`
- `allow-delete-image`
- `allow-set-image-crop`
- `allow-set-setting`
- `allow-next-wallpaper`
## Permission Table
<table>
<tr>
<th>Identifier</th>
<th>Description</th>
</tr>
<tr>
<td>
`wallpaper:allow-delete-image`
</td>
<td>
Enables the delete_image command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:deny-delete-image`
</td>
<td>
Denies the delete_image command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:allow-get-gallery`
</td>
<td>
Enables the get_gallery command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:deny-get-gallery`
</td>
<td>
Denies the get_gallery command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:allow-get-state`
</td>
<td>
Enables the get_state command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:deny-get-state`
</td>
<td>
Denies the get_state command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:allow-next-wallpaper`
</td>
<td>
Enables the next_wallpaper command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:deny-next-wallpaper`
</td>
<td>
Denies the next_wallpaper command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:allow-select-images`
</td>
<td>
Enables the select_images command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:deny-select-images`
</td>
<td>
Denies the select_images command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:allow-set-image-crop`
</td>
<td>
Enables the set_image_crop command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:deny-set-image-crop`
</td>
<td>
Denies the set_image_crop command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:allow-set-setting`
</td>
<td>
Enables the set_setting command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`wallpaper:deny-set-setting`
</td>
<td>
Denies the set_setting command without any pre-configured scope.
</td>
</tr>
</table>