@dotcms/client 1.5.5-next.2266 → 1.5.5-next.2270
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -747,7 +747,7 @@ export function Page({ pageContent }) {
|
|
|
747
747
|
|
|
748
748
|
#### Working example
|
|
749
749
|
|
|
750
|
-
See the page-editing flow end to end in the official Next.js example — [`examples/nextjs`](https://github.com/dotCMS/core/tree/main/examples/nextjs). In particular, [`src/views/Page.
|
|
750
|
+
See the page-editing flow end to end in the official Next.js example — [`examples/nextjs`](https://github.com/dotCMS/core/tree/main/examples/nextjs). In particular, [`src/views/Page.tsx`](https://github.com/dotCMS/core/blob/main/examples/nextjs/src/views/Page.tsx) uses `useEditableDotCMSPage` and `DotCMSLayoutBody` exactly as shown above.
|
|
751
751
|
|
|
752
752
|
## API Reference
|
|
753
753
|
|