You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Edit boundaries for embedded blocks](#edit-boundaries-for-embedded-blocks)
27
-
-[Complete example with both attributes](#complete-example-with-both-attributes)
28
-
-[Manual overlays](#manual-overlays)
29
-
-[Low-level utilities](#low-level-utilities)
30
-
-[`decodeStega`](#decodestega)
31
-
-[`stripStega`](#stripstega)
32
-
-[Troubleshooting](#troubleshooting)
33
-
-[Click-to-edit overlays not appearing](#click-to-edit-overlays-not-appearing)
34
-
-[Navigation not syncing with Web Previews plugin](#navigation-not-syncing-with-web-previews-plugin)
35
-
-[StructuredText blocks not clickable](#structuredtext-blocks-not-clickable)
36
-
37
-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
38
-
39
-
# `<ContentLink/>` component for Visual Editing with click-to-edit overlays
1
+
# ContentLink component for Visual Editing
40
2
41
3
`<ContentLink />` is a React component that enables **Visual Editing** for your DatoCMS content. It allows content editors to click directly on content in your website preview to edit it in the DatoCMS interface, making content management intuitive and efficient.
42
4
@@ -47,6 +9,42 @@ Visual Editing works by:
47
9
- Supporting keyboard shortcuts (Alt/Option key) for temporary click-to-edit mode
48
10
- Providing bidirectional communication between your preview and the DatoCMS editor
49
11
12
+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
13
+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
14
+
15
+
-[What is Visual Editing?](#what-is-visual-editing)
0 commit comments