Remove redundant access controls from EmailTemplates and Emails collections

This commit is contained in:
2025-09-13 12:28:35 +02:00
parent 5c9ef19d69
commit 9deae5989b
2 changed files with 1 additions and 13 deletions

View File

@@ -8,12 +8,6 @@ const Emails: CollectionConfig = {
group: 'Mailing',
description: 'Email delivery and status tracking',
},
access: {
read: () => true,
create: () => true,
update: () => true,
delete: () => true,
},
fields: [
{
name: 'template',