Skip to content

Commit

Permalink
Add pattern pane
Browse files Browse the repository at this point in the history
  • Loading branch information
stefvanschie committed Jun 6, 2021
1 parent a164529 commit d494a3d
Show file tree
Hide file tree
Showing 5 changed files with 932 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ public static Pane loadPane(@NotNull Object instance, @NotNull Node node) {
registerPane("masonrypane", MasonryPane::load);
registerPane("outlinepane", OutlinePane::load);
registerPane("paginatedpane", PaginatedPane::load);
registerPane("patternpane", PatternPane::load);
registerPane("staticpane", StaticPane::load);

registerPane("cyclebutton", CycleButton::load);
Expand Down
Loading

0 comments on commit d494a3d

Please sign in to comment.