Skip to content

Commit e6b206c

Browse files
authored
Merge branch 'main' into feature/SITE-288/google-analytics-card
2 parents 6bce3c1 + 5322dbc commit e6b206c

File tree

73 files changed

+1733
-620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1733
-620
lines changed

.changeset/twenty-needles-sort.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@moderntribe/sitebuilder": major
3+
"@moderntribe/wme-ui": minor
4+
---
5+
6+
The FTC Wizard now can be completed and will gather all required data from the user

packages/sitebuilder/sitebuilder.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ declare global {
6767
url?: string;
6868
target?: '_blank' | '_self';
6969
wizardHash?: string;
70+
target?: string;
7071
}
7172

7273
interface SetupCardInterface {
@@ -152,6 +153,7 @@ declare global {
152153
label?: string;
153154
title?: string;
154155
description?: string;
156+
footerHelpText?: string;
155157
icon?: React.ReactNode;
156158
nextText?: string;
157159
loadingText?: string;
@@ -161,6 +163,9 @@ declare global {
161163
disableAll?: boolean;
162164
disable?: boolean;
163165
hidePagination?: boolean;
166+
hideExit?: boolean;
167+
hideSidebar?: boolean;
168+
hideFooter?: boolean;
164169
}
165170

166171
export interface Domain {
-2.57 KB
Binary file not shown.
-124 KB
Binary file not shown.
-5.94 KB
Binary file not shown.
-10 KB
Binary file not shown.
-22.2 KB
Binary file not shown.
2.94 KB
Loading
-19.3 KB
Binary file not shown.
-5.83 KB
Binary file not shown.

0 commit comments

Comments
 (0)