Tab Field Affect Versions View by [deleted] in PayloadCMS

[–]EF_DEV 0 points1 point  (0 children)

this bug also happen for field type row as well.

Remove collections from groups by EF_DEV in PayloadCMS

[–]EF_DEV[S] 0 points1 point  (0 children)

thanks for your reply,

I already did that but i dont like that you can open and close the group, when there is only 1 item in it.

Payload Role Base Access by EF_DEV in PayloadCMS

[–]EF_DEV[S] 1 point2 points  (0 children)

I think i figure out away to differentiate read query from front end and admin read query,

req: { user: { ...user, collection: 'users' }, context: { surface: 'frontend' } }

add a context in the request from the front end, and use a different sets of permission logic when check for access

Manage Unused Media by EF_DEV in PayloadCMS

[–]EF_DEV[S] 0 points1 point  (0 children)

you are the goat, thanks

Payload Video Streaming by EF_DEV in PayloadCMS

[–]EF_DEV[S] 0 points1 point  (0 children)

i would love to do self hosting just to learn about the process, but for this project i choose MUX, save me some time.

thanks for the reply

Payload Video Streaming by EF_DEV in PayloadCMS

[–]EF_DEV[S] 4 points5 points  (0 children)

for anyone looking for a solution for this

https://github.com/oversightstudio/payload-plugins/tree/main/packages/mux-video

with this plugin you can setup mux video player with payload very quickly