Skip to content

Commit

Permalink
feat: Access to T&C from user settings - MEED-7958 - Meeds-io/MIPs#157 (
Browse files Browse the repository at this point in the history
#2746)

Update user setting page for access to T&C
  • Loading branch information
AzmiTouil authored and exo-swf committed Jan 15, 2025
1 parent df71e95 commit 6d0614a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@
</init-params>
</component-plugin>
<component-plugin>
<name>TermsAnsConditionsPageUpgrade</name>
<name>TermsAnsConditionsSettingPageUpgrade</name>
<set-method>addUpgradePlugin</set-method>
<type>io.meeds.social.upgrade.LayoutUpgradePlugin</type>
<init-params>
Expand Down Expand Up @@ -2107,6 +2107,9 @@
<value>
<string>terms-and-conditions</string>
</value>
<value>
<string>settings</string>
</value>
</collection>
</field>
</object>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,13 @@
</portlet>
<title>User Setting Language</title>
</portlet-application>
<portlet-application>
<portlet>
<application-ref>notes</application-ref>
<portlet-ref>TermsAndConditionsUserSettings</portlet-ref>
</portlet>
<title>User Setting Terms And Conditions</title>
</portlet-application>
<portlet-application>
<portlet>
<application-ref>social</application-ref>
Expand Down

0 comments on commit 6d0614a

Please # to comment.