Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add i18n feature flag to ThemeSettings schema #475

Merged
merged 6 commits into from
Jul 12, 2023
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,9 @@
},
"onThisPageNavigator": {
"$ref": "#/components/schemas/FeatureFlagDisable"
},
"i18n": {
ethan-kusters marked this conversation as resolved.
Show resolved Hide resolved
"$ref": "#/components/schemas/FeatureFlagDisable"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i18 is defined by "enable"

Suggested change
"$ref": "#/components/schemas/FeatureFlagDisable"
"$ref": "#/components/schemas/FeatureFlagEnable"

Copy link
Contributor

@Kyle-Ye Kyle-Ye Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for looking into it @Kyle-Ye ! I fixed it d2fba16

}
}
}
Expand Down