docs: updates image paths to new screenshots (#13461)
Updates images paths for the following screenshots: - auth-overview.jpg - autosave-drafts.jpg - autosave-v3.jpg - uploads-overview.jpg - versions-v3.jpg
This commit is contained in:
@@ -33,7 +33,7 @@ export const Users: CollectionConfig = {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
_Admin Panel screenshot depicting an Admins Collection with Auth enabled_
|
_Admin Panel screenshot depicting an Admins Collection with Auth enabled_
|
||||||
|
|
||||||
## Config Options
|
## Config Options
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ keywords: uploads, images, media, overview, documentation, Content Management Sy
|
|||||||
</Banner>
|
</Banner>
|
||||||
|
|
||||||
<LightDarkImage
|
<LightDarkImage
|
||||||
srcLight="https://payloadcms.com/images/docs/upload-admin.jpg"
|
srcLight="https://payloadcms.com/images/docs/uploads-overview.jpg"
|
||||||
srcDark="https://payloadcms.com/images/docs/upload-admin.jpg"
|
srcDark="https://payloadcms.com/images/docs/uploads-overview.jpg"
|
||||||
alt="Shows an Upload enabled collection in the Payload Admin Panel"
|
alt="Shows an Upload enabled collection in the Payload Admin Panel"
|
||||||
caption="Admin Panel screenshot depicting a Media Collection with Upload enabled"
|
caption="Admin Panel screenshot depicting a Media Collection with Upload enabled"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ Extending on Payload's [Draft](/docs/versions/drafts) functionality, you can con
|
|||||||
Autosave relies on Versions and Drafts being enabled in order to function.
|
Autosave relies on Versions and Drafts being enabled in order to function.
|
||||||
</Banner>
|
</Banner>
|
||||||
|
|
||||||

|

|
||||||
_If Autosave is enabled, drafts will be created automatically as the document is modified and the Admin UI adds an indicator describing when the document was last saved to the top right of the sidebar._
|
_If Autosave is enabled, drafts will be created automatically as the document is modified and the Admin UI adds an indicator describing when the document was last saved to the top right of the sidebar._
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ Payload's Draft functionality builds on top of the Versions functionality to all
|
|||||||
|
|
||||||
By enabling Versions with Drafts, your collections and globals can maintain _newer_, and _unpublished_ versions of your documents. It's perfect for cases where you might want to work on a document, update it and save your progress, but not necessarily make it publicly published right away. Drafts are extremely helpful when building preview implementations.
|
By enabling Versions with Drafts, your collections and globals can maintain _newer_, and _unpublished_ versions of your documents. It's perfect for cases where you might want to work on a document, update it and save your progress, but not necessarily make it publicly published right away. Drafts are extremely helpful when building preview implementations.
|
||||||
|
|
||||||

|

|
||||||
_If Drafts are enabled, the typical Save button is replaced with new actions which allow you to either save a draft, or publish your changes._
|
_If Drafts are enabled, the typical Save button is replaced with new actions which allow you to either save a draft, or publish your changes._
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ keywords: version history, revisions, audit log, draft, publish, restore, autosa
|
|||||||
|
|
||||||
When enabled, Payload will automatically scaffold a new Collection in your database to store versions of your document(s) over time, and the Admin UI will be extended with additional views that allow you to browse document versions, view diffs in order to see exactly what has changed in your documents (and when they changed), and restore documents back to prior versions easily.
|
When enabled, Payload will automatically scaffold a new Collection in your database to store versions of your document(s) over time, and the Admin UI will be extended with additional views that allow you to browse document versions, view diffs in order to see exactly what has changed in your documents (and when they changed), and restore documents back to prior versions easily.
|
||||||
|
|
||||||

|

|
||||||
_Comparing an old version to a newer version of a document_
|
_Comparing an old version to a newer version of a document_
|
||||||
|
|
||||||
**With Versions, you can:**
|
**With Versions, you can:**
|
||||||
|
|||||||
Reference in New Issue
Block a user