Skip to content

Commit 6fcfb18

Browse files
committed
wip:1 (1mpdp)
1 parent c068f9c commit 6fcfb18

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

  • extensions/cms-live-preview/6.0.x/extensions/livePreview

extensions/cms-live-preview/6.0.x/extensions/livePreview/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,11 @@ With the Live Preview extension, you can instantly see changes in your content a
66

77
# Overview
88

9-
This extension has been tested with a Next.js application, which you can clone from https://github.com/webiny/learn-webiny-nextjs-app/tree/live-preview-ext.
9+
This extension consists of:
10+
11+
- **Admin Interface**: a preview pane on the left side of the screen that updates in real-time as you edit content on the right side.
12+
- **Article Model**: a simple content model with a couple of fields
13+
14+
The extension works with a Next.js app which you can clone and host locally. The Next.js app fetches content from the Webiny API and displays it in a simple format. As you edit the content in the Webiny Admin, the changes are sent to the Next.js app, which updates the preview pane in real-time.
15+
16+
The Next.js app can be found here: https://github.com/webiny/learn-webiny-nextjs-app/tree/live-preview-ext

0 commit comments

Comments
 (0)