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
Copy file name to clipboardExpand all lines: docusaurus/docs/dev-docs/plugins/using-plugins.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ This section is about using Strapi built-in plugins from a developer's perspecti
16
16
Strapi comes with the following built-in plugins that are officially maintained and documented by the Strapi core team:
17
17
18
18
<CustomDocCardsWrapper>
19
-
<CustomDocCardemoji="✍️"title="Content Source Map"description="The Content Source Map plugin, used with Vercel Visual Editing, enhances the content edition experience."link="/dev-docs/plugins/content-source-map" />
20
19
<CustomDocCardemoji="ℹ️"title="Documentation"description="The Documentation plugin is useful to document the available endpoints once you created an API."link="/dev-docs/plugins/documentation" />
21
20
<CustomDocCardemoji="✉️"title="Email"description="The Email plugin enables applications to send emails from a server or an external provider."link="/dev-docs/plugins/email"/>
22
21
<CustomDocCardtitle="GraphQL"description="The GraphQL plugin adds a GraphQL endpoint to fetch and mutate your content."link="/dev-docs/plugins/graphql"/>
import CSMPrereq from '/docs/snippets/content-source-map-requirements.md'
10
-
11
9
# Writing content
12
10
13
11
In Strapi, writing content consists in filling up fields, which are meant to contain specific content (e.g. text, numbers, media, etc.). These fields were configured for the collection or single type beforehand, through the [Content-type Builder](/user-docs/content-type-builder).
@@ -46,10 +44,6 @@ To write or edit content:
46
44
Filling out a [custom field](/user-docs/content-type-builder/configuring-fields-content-type.md#custom-fields) depends on the type of content handled by the field. Please refer to the dedicated documentation for each custom field hosted on the [Marketplace](https://market.strapi.io).
47
45
:::
48
46
49
-
:::tip Preview and edit your content live on your website
50
-
By installing the [Content Source Map plugin](/dev-docs/plugins/content-source-map) plugin and combining it with [Vercel's Visual Editing](https://vercel.com/docs/workflow-collaboration/visual-editing) experience, you can preview your content on the rendered website, and edit fields from there. Using this plugin requires an <EnterpriseBadge /> licence or a [Strapi Cloud](https://strapi.io/pricing-cloud) plan.
51
-
:::
52
-
53
47
### Components
54
48
55
49
Components are a combination of several fields, which are grouped together in the edit view. Writing their content works exactly like for independent fields, but there are some specificities to components.
@@ -149,18 +143,3 @@ You can also use the keyboard to reorder components: focus the component using T
149
143
Unlike regular fields, the order of the fields and components inside a dynamic field is important. It should correspond exactly to how end users will read/see the content.
150
144
:::
151
145
152
-
## Editing fields from a front-end website <EnterpriseBadge />
153
-
154
-
<CSMPrereq />
155
-
156
-
Strapi's [Content Source Map plugin](/dev-docs/plugins/content-source-map) combined with [Vercel's Visual Editing](https://vercel.com/docs/workflow-collaboration/visual-editing) can offer another intuitive editing experience, where you can click on any editable content on the front-end website of a Strapi-based project to directly jump to the corresponding field in Strapi's admin panel.
157
-
158
-
Once the Content Source Map plugin is installed and configured (see [Developer Docs](/dev-docs/plugins/content-source-map)), you can experience Visual Editing as follows:
159
-
160
-
1. Visit any preview deployment website hosted on Vercel.
161
-
2. Login using the Vercel Toolbar.
162
-
3. When Content Source Maps are detected on the page, a pencil icon will appear in the Vercel toolbar. Clicking this icon will enable Edit Mode, highlighting all editable fields on the page in blue.
163
-
4. Hover any content highlighted in blue to display an **Open in strapi.io** button.
164
-
5. Click on the **Open in strapi.io** button to jump directly to the corresponding field in the admin panel and edit its content.
165
-
166
-

Copy file name to clipboardExpand all lines: docusaurus/docs/user-docs/plugins/strapi-plugins.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,12 +68,6 @@ The Email plugin allows users to send email from the server or from external pro
68
68
69
69
## Additional plugins
70
70
71
-
### ✍️ Content Source Map <EnterpriseBadge />
72
-
73
-
The Content Source Map plugin combined with Vercel's Visual Editing can offer an intuitive [editing experience](/user-docs/content-manager/writing-content#editing-fields-from-a-front-end-website-), where you can click on any editable content on the front-end website of a Strapi-based project deployed on Vercel to directly jump to the corresponding field in Strapi's admin panel.
74
-
75
-
There is no access to the Content Source Map plugin in the admin panel. More information on using the Content Source Map plugin is located in the [Content Manager](/user-docs/content-manager/writing-content#editing-fields-from-a-front-end-website-) documentation and in the dedicated [Developer Documentation](/dev-docs/plugins/content-source-map) for the plugin.
The Documentation plugin automates documentation for APIs in a Strapi application using the Open API specification version 3.0.1. When the Documentation plugin is installed it is available in the admin panel, under the heading "Plugins". The Documentation plugin is available in the in-app Marketplace and the [Strapi Market](https://market.strapi.io/plugins/@strapi-plugin-documentation). The Documentation plugin enables:
0 commit comments