Lukas Chladek
Lukas Chladek
While I was working on my [payload-webp](https://github.com/chladog/payload-webp) plugin I was thinking of implementing this function as well, but then I stopped because of concerns of misuse of such function -...
Here is another nice DnD email editor: https://github.com/zalify/easy-email It would be great, if we are able to hook any editor with input/output interface (string | JSON) for storing the template...
This was quick and dirty solution by me, but might be helpful in the implementation: ```JS async recalculateAllocations(ctx: RequestContext): Promise { const candidateAdjustments = new Map(); const rawResults: { productVariantId:...
> ### Dynamic custom fields (JSON-based/EAV) > * Pro: Admins can create & modify > * Pro: No migrations needed > * Con: not under source control, so harder to...
@michaelbromley Originally I wanted to use channels for multi-currency setup (I needed some channel specific CFs (additional prices inputs) and some system-wide cfs (variant parameters), but in the end it...
We started using channels for their real purpose that is having multiple frontends (now starting wholesale channel) and this issue became relevant for us again. Only CustomFields where we set...
@michaelbromley No, this has nothing to do with UI itself. It's more of data model problem, that all custom fields share same value accross channels. Therefore if I for example...
If anyone in need of this right now, here's simple plugin that allows to duplicate product and product variant with all data: https://github.com/chladog/vendure-duplicator
Would be super useful! 💯 But probably as filter/path parameter would be even better, no need to fetch metadata and extracting from json, just ```/thumb/path2img``` or ```thumb()``` filter. And you...
> The following filters may satisify some of the goal. Would you try it out? > > > `raw()` response with a raw unprocessed and unchecked source image. Image still...