Update darktable ghost publish plugin

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-12-25 12:50:21 +02:00
parent f44dac4158
commit cc9f7dd068
2 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ export const createImageNode = (image: ImageInput) => {
return {
type: "image",
version: 1,
cardWidth: "regular",
cardWidth: "wide",
...image,
};
};