Jessica Rynkar
Jessica Rynkar
+1 for adding focal point or custom alignment options
Hi @cbratschi @DavidOliver this has been [fixed](https://github.com/payloadcms/payload/pull/4461) and will be out in our next release. Thanks for reporting!
@CherryDT can you show me where in your config you are setting this custom label? ```ts { name: 'richTextSlate', type: 'richText', admin: { components: { Label: () => 'Test Custom...
I have tested again with the `editor` being defined globally - the label component still works as expected in both cases. It's possible that something else in your code is...
This appears to be fixed - is it still happening for you @denolfe? I have tested with 2 live deployments.
Hi @arvindpndit, you can add / update environment variables by navigating to your project > settings > environment variables. Here is a screen recording of how to get there: https://github.com/payloadcms/website/assets/67977755/d1f0fe91-3730-4bf4-84e1-2208362e569b
> @JessChowdhury what does it display if the bool is undefined? i.e. a field without a default value?  It should show `` as...
@JarrodMFlesch the last commit [here](https://github.com/payloadcms/payload/pull/6165/commits/83526da4c68f3682d9cbf9ec411199bbd590c6d2) will also fix [this issue](https://github.com/payloadcms/payload-3.0-demo/issues/174) on the 3.0 demo repo.
Payload has since updated to Sharp v0.31.3 and this error is no longer occurring when using next/image.
Hey @jschuur, thanks for opening [the PR](https://github.com/payloadcms/payload/pull/4574) to add `editorOptions` to the JSON field schema. I tested the `formatOnType` and `formatOnPaste` props and it did not seem to refresh the...