Commit 56731f8e authored by Dylan Griffith's avatar Dylan Griffith

Merge branch '299489-add-descriptions-to-type-enum' into 'master'

Add descriptions to BlobViewers TypeEnum

See merge request gitlab-org/gitlab!55006
parents b420142b f4ed994b
......@@ -6,9 +6,9 @@ module Types
graphql_name 'BlobViewersType'
description 'Types of blob viewers'
value 'rich', value: :rich
value 'simple', value: :simple
value 'auxiliary', value: :auxiliary
value 'rich', value: :rich, description: 'Rich blob viewers type.'
value 'simple', value: :simple, description: 'Simple blob viewers type.'
value 'auxiliary', value: :auxiliary, description: 'Auxiliary blob viewers type.'
end
end
end
......@@ -5021,9 +5021,9 @@ Types of blob viewers.
| Value | Description |
| ----- | ----------- |
| `auxiliary` | |
| `rich` | |
| `simple` | |
| `auxiliary` | Auxiliary blob viewers type. |
| `rich` | Rich blob viewers type. |
| `simple` | Simple blob viewers type. |
### CiConfigStatus
......
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