feat: add options to select aspect ratio and cron algo for product images
This commit is contained in:
@@ -18,6 +18,8 @@ export const useSettingsStore = defineStore('settings', {
|
||||
theme_dark: 'dark',
|
||||
app_debug: false,
|
||||
privacy_policy_link: null,
|
||||
image_aspect_ratio: '1:1',
|
||||
image_crop_algorithm: 'cover',
|
||||
},
|
||||
|
||||
telegram: {
|
||||
|
||||
Reference in New Issue
Block a user