Skip to content

Commit

Permalink
Merge pull request #590 from flixlix/568-support-unit-white-space-ind…
Browse files Browse the repository at this point in the history
…ividual-entities

fix: 🐛 missing unit white space config individual entity
  • Loading branch information
flixlix authored Apr 21, 2024
2 parents 6eccc28 + 5ab4736 commit 399804e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ui-editor/schema/individual.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ const mainSchema = {
label: "Show Direction",
selector: { boolean: {} },
},
{
name: "unit_white_space",
label: "Unit White Space",
selector: { boolean: {} },
},
{
name: "use_metadata",
label: "Use Metadata",
Expand Down

0 comments on commit 399804e

Please sign in to comment.