I have…
- [x] Read the following guideline: https://docs.squidex.io/01-getting-started/installation/troubleshooting-and-support. I understand that my support request might get deleted if I do not follow the guideline.
- [x] Used code blocks with ``` to format my code examples like JSON or logs properly.
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [ ] Bug report
- [ ] Performance issue
- [x] Documentation issue or request
Current behavior
I am looking for an example for how to update a metadata property on an asset with its BlurHash when an asset is created or updated.
Expected behavior
It would be nice to have this example in the docs or in the BlurHash announcement. Ideally a blurHash property of metadata could be set.
Minimal reproduction of the problem
This code does not work:
getAssetBlurHash(ctx.asset, (res)=>{
ctx.asset.metadata.blurHash = res;
}, 5, 5);
Environment
App Name:
- [ ] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [x] Cloud version
Version: [VERSION]
Browser:
- [x] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others:
That is all.