Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/editor/schema/ci.json')
-rw-r--r--app/assets/javascripts/editor/schema/ci.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/app/assets/javascripts/editor/schema/ci.json b/app/assets/javascripts/editor/schema/ci.json
index 0420ffb82f5..308a68544bc 100644
--- a/app/assets/javascripts/editor/schema/ci.json
+++ b/app/assets/javascripts/editor/schema/ci.json
@@ -2093,9 +2093,15 @@
"description": "A path to a directory that contains the files to be published with Pages",
"type": "string"
},
- "pages_path_prefix": {
- "description": "The path prefix identifier for this version of pages. Allows creation of multiple versions of the same site with different path prefixes",
- "type": "string"
+ "pages": {
+ "type": "object",
+ "additionalProperties": false,
+ "properties": {
+ "path_prefix": {
+ "type": "string",
+ "markdownDescription": "The GitLab Pages URL path prefix used in this version of pages."
+ }
+ }
}
},
"oneOf": [