Skip to content

Commit

Permalink
Merge pull request #223 from KevinBatdorf/set-footer-type-optional
Browse files Browse the repository at this point in the history
Set footer type to optional
  • Loading branch information
KevinBatdorf authored Jul 30, 2023
2 parents 455cc7d + 5103bd0 commit 2ed5da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type Attributes = {
editorHeight: string;
headerType: string;
headerString?: string;
footerType: string;
footerType?: string;
footerString?: string;
footerLink?: string;
enableMaxHeight?: boolean;
Expand Down

0 comments on commit 2ed5da9

Please sign in to comment.