VacantFuture / news-dev

0 stars 0 forks source link

mediaSelect Custome React Component #8

Open VacantFuture opened 2 months ago

VacantFuture commented 2 months ago

Custom Component that mimics the "Choosing from existing" behavior of the Upload component that limits media selections to items already contained in the media collections and does not allow uploads.

VacantFuture commented 2 months ago

https://payloadcms.com/blog/building-a-custom-field#:~:text=Building%20your%20own%20custom%20fields,works%20in%20the%20admin%20panel.

https://chat.openai.com/g/g-2DQzU5UZl-code-copilot/c/3e34a319-526a-434a-9ad0-9c2db7acd79b

VacantFuture commented 2 months ago

Achieved desired effect of removing upload button by removing it from article collection layouts via css using display:none.

Not a permanent solution but good enough for now. Moving this to backlog for now.