* Use plural variables consistently * Update content/developers/github-marketplace/github-marketplace-overview/about-github-marketplace.md
34 lines
1.4 KiB
Markdown
34 lines
1.4 KiB
Markdown
---
|
|
title: Activating optional features for apps
|
|
intro: 'You can test new optional features for your {% data variables.product.prodname_github_apps %} and {% data variables.product.prodname_oauth_apps %}.'
|
|
redirect_from:
|
|
- /developers/apps/activating-beta-features-for-apps
|
|
- /developers/apps/activating-optional-features-for-apps
|
|
versions:
|
|
fpt: '*'
|
|
ghae: '*'
|
|
ghes: '>=2.22'
|
|
topics:
|
|
- GitHub Apps
|
|
shortTitle: Activate optional features
|
|
---
|
|
{% warning %}
|
|
|
|
**Warning:** {% ifversion ghes < 3.1 %} Beta {% else %} Optional {% endif %} features are subject to change.
|
|
|
|
{% endwarning %}
|
|
|
|
## Activating {% ifversion ghes < 3.1 %} beta {% else %} optional {% endif %} features for {% data variables.product.prodname_github_apps %}
|
|
|
|
{% data reusables.user-settings.access_settings %}
|
|
{% data reusables.user-settings.developer_settings %}
|
|
3. Select the {% data variables.product.prodname_github_app %} you want to enable {% ifversion ghes < 3.1 %} a beta {% else %} an optional {% endif %} feature for.
|
|
{% data reusables.apps.optional_feature_activation %}
|
|
|
|
## Activating {% ifversion ghes < 3.1 %} beta {% else %} optional {% endif %} features for {% data variables.product.prodname_oauth_apps %}
|
|
|
|
{% data reusables.user-settings.access_settings %}
|
|
{% data reusables.user-settings.developer_settings %}
|
|
{% data reusables.user-settings.oauth_apps %}
|
|
{% data reusables.apps.optional_feature_activation %}
|