feat: add admin.hidden to collections and globals (#2487)
This commit is contained in:
@@ -18,6 +18,10 @@ export class AdminUrlUtil {
|
||||
return `${this.list}/${id}`;
|
||||
}
|
||||
|
||||
collection(slug: string): string {
|
||||
return `${this.admin}/collections/${slug}`;
|
||||
}
|
||||
|
||||
global(slug: string): string {
|
||||
return `${this.admin}/globals/${slug}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user