Skip to content

Commit fa24bfe

Browse files
authored
Update the condition for editing layout customization in Branding documentation
1 parent 94e6a96 commit fa24bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/includes/guides/branding/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ By default, your organization's business applications in {{ product_name }} are
1010

1111
{% endif %}
1212

13-
{% if product_name == "Asgardeo" or (product_name == "WSO2 Identity Server" and is_version != "7.0.0" and is_version != "7.1.0") %}
13+
{% if product_name == "Asgardeo" or (product_name == "WSO2 Identity Server" and is_version > "7.1.0" ) %}
1414

1515
- [Use the editor to customize layouts]({{base_path}}/guides/branding/customize-layouts-with-editor/) for user login, sign-up, and account recovery flows. <sup>`Paid subscription required`</sup>
1616

0 commit comments

Comments
 (0)