feat: added checkbox to open copy to public

This commit is contained in:
Yehoshua Sandler 2025-05-16 09:52:19 -05:00
parent 1d817b762b
commit b16a677e65

View File

@ -51,6 +51,10 @@ export const Copies: CollectionConfig = {
type: 'text',
},
{
name: 'isOpenToPublic',
type: 'checkbox',
},
{
name: 'condition',
label: 'Condition out of 5',