diff --git a/CHANGELOG.md b/CHANGELOG.md index fb61d24..424f80d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- `targetCellWidth` and `targetCellHeight` options in config plugin + ## [0.13.2] - 2024-05-12 ### Fixed diff --git a/app.plugin.ts b/app.plugin.ts index 4fd86f4..9d51585 100644 --- a/app.plugin.ts +++ b/app.plugin.ts @@ -28,6 +28,8 @@ export interface Widget { description?: string; minWidth: `${number}dp`; minHeight: `${number}dp`; + targetCellWidth?: number; + targetCellHeight?: number; maxResizeWidth?: `${number}dp`; maxResizeHeight?: `${number}dp`; previewImage?: ResourcePath; @@ -375,6 +377,16 @@ function withWidgetProviderXml(