Merge branch 'beta' into fix/lexical-localization

This commit is contained in:
Alessio Gravili
2024-04-23 15:20:56 -04:00
committed by GitHub
411 changed files with 7941 additions and 1785 deletions

View File

@@ -45,6 +45,7 @@ import {
selectFieldsSlug,
tabsFieldsSlug,
textFieldsSlug,
uiSlug,
uploadsSlug,
usersSlug,
} from './slugs.js'
@@ -371,6 +372,13 @@ export const seed = async (_payload: Payload) => {
depth: 0,
overrideAccess: true,
})
await _payload.create({
collection: uiSlug,
data: {
text: 'text',
},
})
}
export async function clearAndSeedEverything(_payload: Payload) {