diff --git a/tools/sidekick/config.schema.json b/tools/sidekick/config.schema.json index eff18e4d..a6f77f36 100644 --- a/tools/sidekick/config.schema.json +++ b/tools/sidekick/config.schema.json @@ -174,6 +174,22 @@ "format": "uri", "description": "The URL of the content source" }, + "editUrlLabel": { + "type": "string", + "description": "The label of the edit environment.", + "examples": [ + "Universal Editor", + "Document Authoring" + ] + }, + "editUrlPattern": { + "type": "string", + "description": "The pattern to use for the edit URL.", + "examples": [ + "{{contentSourceUrl}}{{pathname}}?cmd=open}}", + "https://da.live/edit#/{{org}}/{{site}}{{pathname}}" + ] + }, "extends": { "type": "string", "description": "Extend another project's sidekick configuration",