18. Enable/Disable Specific Features
Last updated
Last updated
You can disable/enable some specific features of the app from this file. File Location: lms_app/lib/configs/feature_config.dart
As per the new policy from Meta, A registered organization/company is required to enable Facebook login in the app or website. If you are an individual and having issues with fb login steps, then you can easily disable fb login from the app. To do that,
Change the fbLoginEnabled value to false. That's it.
If you want to use the app language only in English and remove the language selection dialog from the app, then you can disable that easily. To do that,
Change the MultiLanguageEnabled value to false. That's it.
You can customize many features from your admin panel. Check out the Admin Panel > Settings tab for more details.