PLT-1866/PLT-3509 Added links to download the native apps (#3651)
* PLT-1866 Added configurable links for native app downloads * PLT-1866 Added native app download link to main menu * PLT-3509 Added native app link to tutorial * PLT-3509 Added native app link to welcome email * PLT-3509 Made link to apps in welcome email conditional on being set
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
946302d9a2
Коммит
9c2c941449
@@ -31,6 +31,7 @@ import ImageSettings from 'components/admin_console/image_settings.jsx';
|
||||
import CustomBrandSettings from 'components/admin_console/custom_brand_settings.jsx';
|
||||
import CustomEmojiSettings from 'components/admin_console/custom_emoji_settings.jsx';
|
||||
import LegalAndSupportSettings from 'components/admin_console/legal_and_support_settings.jsx';
|
||||
import NativeAppLinkSettings from 'components/admin_console/native_app_link_settings.jsx';
|
||||
import ComplianceSettings from 'components/admin_console/compliance_settings.jsx';
|
||||
import RateSettings from 'components/admin_console/rate_settings.jsx';
|
||||
import DeveloperSettings from 'components/admin_console/developer_settings.jsx';
|
||||
@@ -166,6 +167,10 @@ export default (
|
||||
path='legal_and_support'
|
||||
component={LegalAndSupportSettings}
|
||||
/>
|
||||
<Route
|
||||
path='native_app_links'
|
||||
component={NativeAppLinkSettings}
|
||||
/>
|
||||
</Route>
|
||||
<Route path='advanced'>
|
||||
<IndexRedirect to='rate'/>
|
||||
|
||||
Ссылка в новой задаче
Block a user