Skip to content

Commit

Permalink
Unhide widget
Browse files Browse the repository at this point in the history
  • Loading branch information
aemandine committed Sep 4, 2024
1 parent 4288c9b commit f474fe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .changeset/thirty-pans-hammer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
"@khanacademy/perseus": patch
"@khanacademy/perseus-editor": patch
"@khanacademy/perseus": minor
"@khanacademy/perseus-editor": minor
---

Add save warnings to PhET widget editor
Add save warnings to PhET widget editor and un-hide widget from content editor widget dropdown
2 changes: 0 additions & 2 deletions packages/perseus/src/widgets/phet-simulation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,5 @@ export default {
name: "phet-simulation",
displayName: "PhET Simulation",
widget: PhetSimulation,
// Hides widget from content creators until full release
hidden: true,
isLintable: true,
} as WidgetExports<typeof PhetSimulation>;

0 comments on commit f474fe7

Please sign in to comment.