halo-admin/src/constants/labels.ts

28 lines
630 B
TypeScript

// plugin
export enum pluginLabels {
NAME = "plugin.halo.run/plugin-name",
}
// role
export enum roleLabels {
TEMPLATE = "halo.run/role-template",
}
// post
export enum postLabels {
DELETED = "content.halo.run/deleted",
PUBLISHED = "content.halo.run/published",
OWNER = "content.halo.run/owner",
VISIBLE = "content.halo.run/visible",
PHASE = "content.halo.run/phase",
}
// singlePage
export enum singlePageLabels {
DELETED = "content.halo.run/deleted",
PUBLISHED = "content.halo.run/published",
OWNER = "content.halo.run/owner",
VISIBLE = "content.halo.run/visible",
PHASE = "content.halo.run/phase",
}