Commit bbab5a75 authored by Amy Qualls's avatar Amy Qualls Committed by Nick Gaskill

Stub out the feature flag changes

Describe the progress of the feature flag while I was out of the
office. I don't think I have it right, but it's time to start.
parent 65b7fc1a
...@@ -323,9 +323,17 @@ Previously added wiki pages are preserved in case you ...@@ -323,9 +323,17 @@ Previously added wiki pages are preserved in case you
want to re-enable the wiki. To re-enable it, repeat the process want to re-enable the wiki. To re-enable it, repeat the process
to disable the wiki but toggle it on (in blue). to disable the wiki but toggle it on (in blue).
## Content Editor **(FREE)** ## Content Editor
> [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/5643) in GitLab 14.0. > - [Introduced](https://gitlab.com/groups/gitlab-org/-/epics/5643) in GitLab 14.0.
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/345398) switching between editing experiences in GitLab 14.7 [with a flag](../../../administration/feature_flags.md) named `wiki_switch_between_content_editor_raw_markdown`. Enabled by default.
FLAG:
On self-managed GitLab, by default this feature is available.
To hide the feature, ask an administrator to
[disable the feature flag](../../../administration/feature_flags.md) named
`wiki_switch_between_content_editor_raw_markdown`.
On GitLab.com, this feature is available.
GitLab version 14.0 introduces a WYSIWYG editing experience for GitLab Flavored Markdown GitLab version 14.0 introduces a WYSIWYG editing experience for GitLab Flavored Markdown
in Wikis through the [Content Editor](../../../development/fe_guide/content_editor.md). in Wikis through the [Content Editor](../../../development/fe_guide/content_editor.md).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment