Skip to content

Commit

Permalink
#8601: drop legacy copy
Browse files Browse the repository at this point in the history
  • Loading branch information
twschiller committed Jun 16, 2024
1 parent f811b97 commit d7af25c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bricks/effects/pageState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ export type Namespace = "blueprint" | "extension" | "shared";
* Namespace options for use in oneOf.
*/
export const namespaceOptions = [
{ const: "blueprint", title: "Mod (formerly called blueprint)" },
{ const: "blueprint", title: "Mod" },
{
const: "extension",
title: "Private (formerly called extension)",
title: "Private",
},
{ const: "shared", title: "Public (formerly called shared)" },
{ const: "shared", title: "Public" },
] as Schema[];

export class SetPageState extends TransformerABC {
Expand Down

0 comments on commit d7af25c

Please sign in to comment.