remove: unnecessary code

This commit is contained in:
Dominik Natter
2025-03-26 14:20:05 +01:00
parent 18ab55600b
commit 56e90c202d
200 changed files with 9738 additions and 11700 deletions

View File

@@ -1,7 +1,5 @@
import type { CollectionConfig } from 'payload'
import { anyone } from '../access/anyone'
import { authenticated } from '../access/authenticated'
export const Technologies: CollectionConfig = {
slug: 'technologies',
@@ -13,10 +11,7 @@ export const Technologies: CollectionConfig = {
useAsTitle: 'name',
},
access: {
create: authenticated,
delete: authenticated,
read: anyone,
update: authenticated,
},
fields: [
{