Commit 972ded13 authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski

Merge branch 'derek-knox-master-patch-50946' into 'master'

Add front matter UI context for 13.4 release

See merge request gitlab-org/gitlab!42513
parents cf8f4c57 fdfb55fa
...@@ -14,6 +14,7 @@ description: "The static site editor enables users to edit content on static web ...@@ -14,6 +14,7 @@ description: "The static site editor enables users to edit content on static web
> - Markdown front matter hidden on the WYSIWYG editor [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/216834) in GitLab 13.1. > - Markdown front matter hidden on the WYSIWYG editor [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/216834) in GitLab 13.1.
> - Support for `*.md.erb` files [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/223171) in GitLab 13.2. > - Support for `*.md.erb` files [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/223171) in GitLab 13.2.
> - Non-Markdown content blocks uneditable on the WYSIWYG mode [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/216836) in GitLab 13.3. > - Non-Markdown content blocks uneditable on the WYSIWYG mode [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/216836) in GitLab 13.3.
> - Ability to edit page front matter [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/235921) in GitLab 13.4.
DANGER: **Danger:** DANGER: **Danger:**
In GitLab 13.0, we [introduced breaking changes](https://gitlab.com/gitlab-org/gitlab/-/issues/213282) In GitLab 13.0, we [introduced breaking changes](https://gitlab.com/gitlab-org/gitlab/-/issues/213282)
...@@ -60,6 +61,11 @@ click of a button: ...@@ -60,6 +61,11 @@ click of a button:
![Static Site Editor](img/wysiwyg_editor_v13_3.png) ![Static Site Editor](img/wysiwyg_editor_v13_3.png)
You can also edit the page's front matter both in WYSIWYG mode via the side-drawer and in Markdown
mode.
![Editing page front matter in the Static Site Editor](img/front_matter_ui_v13_4.png)
When an editor submits their changes, in the background, GitLab automatically When an editor submits their changes, in the background, GitLab automatically
creates a new branch, commits their changes, and opens a merge request. The creates a new branch, commits their changes, and opens a merge request. The
editor lands directly on the merge request, and then they can assign it to editor lands directly on the merge request, and then they can assign it to
......
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