fix(next,ui): properly sets document operation for globals (#6116)

This commit is contained in:
Jacob Fletcher
2024-04-29 13:58:06 -04:00
committed by GitHub
parent 15db0a8018
commit fa89057aac
7 changed files with 40 additions and 19 deletions

View File

@@ -4,6 +4,7 @@ export const secondArrayText = 'second-array-text'
export const slug = 'posts'
export const unrestrictedSlug = 'unrestricted'
export const readOnlySlug = 'read-only-collection'
export const readOnlyGlobalSlug = 'read-only-global'
export const userRestrictedSlug = 'user-restricted'
export const restrictedSlug = 'restricted'