# 18. Enable/Disable Specific Features

> You can disable/enable some specific features of the app from this file. File Location: **lms\_app/lib/configs/feature\_config.dart**

<figure><img src="/files/zeFlNipZYPLEAwhN4M4c" alt=""><figcaption></figcaption></figure>

### Disable Facebook Login

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.

<div align="left"><figure><img src="/files/X3Hgrji0bZRkvtcxKf1Y" alt=""><figcaption></figcaption></figure></div>

### Disable Multi-Language Feature

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.

<figure><img src="/files/WVU31HBJc3aC3o80CJVn" alt=""><figcaption></figcaption></figure>

### Customize Specific Features from the Admin Panel

You can customize many features from your admin panel. Check out the Admin Panel > Settings tab for more details.

<div align="left"><figure><img src="/files/afY3phtoujBmOKGNT1uO" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.newshour.mrb-lab.com/customization/18.-enable-disable-specific-features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
