Skip to content

Commit 5af8f71

Browse files
Merge pull request #1924 from strapi/user/moving-blocks
Blocks improvements: moving blocks & expand field
2 parents 0150d52 + aa20a8a commit 5af8f71

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docusaurus/docs/user-docs/content-manager/writing-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To write or edit content:
3131
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3232
| Text | Write your content in the textbox. |
3333
| Rich text (Markdown) | Write your textual content in the editor, in Markdown. Some basic formatting options (titles, bold, italics, underline) are available in the top bar of the editor to apply to selected text. A **Preview mode/Markdown mode** button to switch between modes is also available. <br /><br /> 💡 The box can be expanded by clicking on **Expand** in the bottom bar. It displays side by side, at the same time, the textbox that you can edit and the preview. |
34-
| Rich text (Blocks) | Write and manage your content in the editor, which automatically renders live all additions/updates. Options are accessible from the top bar of the editor (basic formatting options, code, links, image etc.). <!-- <br /><br /> 💡 Type `/` in the editor to have access to the list of all available options and select one. --> <br /><br /> 💡 You can use text formatting keyboard shortcuts in the Blocks editor (e.g. bold, italics, underline, and pasting link). |
34+
| Rich text (Blocks) | Write and manage your content in the editor, which automatically renders live all additions/updates. In the Blocks editor, paragraphs behave as blocks of text: hovering on a paragraph will display an icon ![Reorder icon](/img/assets/icons/reorder.svg) on which to click to reorder the content. Options to format or enrich the content are also accessible from the top bar of the editor (basic formatting options, code, links, image etc.). <br /><br /> 💡 In the Blocks editor, you can use text formatting keyboard shortcuts (e.g. `ctrl + B` to apply bold formatting on selected content) as well as Markdown shortcuts (e.g. `# Header` for "Header" to be heading 1 style). Note however that Markdown shortcuts are at the moment only available for formatting options listed in the drop-down of the Blocks editor (headings, lists, image, quote, code block). <br /><br /> 💡 You can also click on the **Expand** button <!-- add icon --> in the bottom right corner to expand the Rich text field. |
3535
| Number | Write your number in the textbox. Up and down arrows, displayed on the right of the box, allow to increase or decrease the current number indicated in the textbox. |
3636
| Date | 1. Click the date and/or time box. <br /> 2. Type the date and time or choose a date using the calendar and/or a time from the list. The calendar view fully supports keyboard-based navigation.
3737
| Boolean | Click on **OFF** or **ON**. |
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)