summaryrefslogtreecommitdiff
path: root/doc/development/licensed_feature_availability.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-19 12:08:21 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-19 12:08:21 +0000
commit553a22402b0c176b0486cac0009af085122c00f3 (patch)
tree06602864e1778180f3db5d43c56e89882861bc27 /doc/development/licensed_feature_availability.md
parent57d1bb82549c6713f87f87d5f35eec3d867c83db (diff)
downloadgitlab-ce-553a22402b0c176b0486cac0009af085122c00f3.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/licensed_feature_availability.md')
-rw-r--r--doc/development/licensed_feature_availability.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/development/licensed_feature_availability.md b/doc/development/licensed_feature_availability.md
index 29e4ace157b..4f962b6f5e2 100644
--- a/doc/development/licensed_feature_availability.md
+++ b/doc/development/licensed_feature_availability.md
@@ -35,3 +35,7 @@ the instance license.
```ruby
License.feature_available?(:feature_symbol)
```
+
+## Enabling promo features on GitLab.com
+
+A paid feature can be made available to everyone on GitLab.com by enabling the feature flag `"promo_#{feature}"`.