'What an upload does about a file already at the name it wants: replace it in place, refuse the upload, or store the arrival as the next free `name-1.ext`.',
enum:['overwrite','reject','new']
},
pastedDestination:{
type:'string',
maxLength: 2048,
description:
"Where a file pasted or dropped into the editor is filed when the page is saved. Empty is the page's own folder. A relative path is a folder under it — `assets` files them in `<page folder>/assets`. A path starting with `/` is from the site root, so every page's pasted files land in the one place. Missing folders are created on the first upload. Normalized on save: doubled slashes and `.`/`..` segments go, and a leading slash is kept because it is what tells the two apart."
"admin.general.logoUploadSuccess":"Site logo uploaded successfully.",
"admin.general.pageExtensions":"Page Extensions",
"admin.general.pageExtensionsHint":"A comma-separated list of URL extensions that address a page. For example, adding md redirects /foobar.md to /foobar. These extensions are reserved for pages: a file using one cannot be uploaded as an asset.",
"admin.general.pastedDestinationHint":"Where files pasted or dropped into the editor are filed when the page is saved, creating folders as needed. Leave empty for the same folder as the page; a relative path (e.g. assets) is a folder under it, and a path starting with / is from the site root.",
"admin.general.pastedDestinationPlaceholder":"Same folder as the page",
"admin.general.ratingsOff":"Off",
"admin.general.ratingsStars":"Stars",
"admin.general.ratingsThumbs":"Thumbs",
@ -1825,6 +1828,7 @@
"editor.pageRel.title":"Add Page Relation",
"editor.pageRel.titleEdit":"Edit Page Relation",
"editor.pageScripts.title":"Page Scripts",
"editor.pendingAssetsNotInSuggestions":"Images and files cannot be attached to a suggested edit.",