Skip to content

Commit 8d689a6

Browse files
Rich Text Editor Blocks - User Guide updates for stable version (#1895)
* Delete beta badges for Blocks * Add updated badges in TOC
1 parent 9eb4f72 commit 8d689a6

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
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) <BetaBadge /> | 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. --> |
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. --> |
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**. |

docusaurus/docs/user-docs/content-type-builder/configuring-fields-content-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The Rich Text (Markdown) field displays an editor with basic formatting options
8787

8888
</Tabs>
8989

90-
### <img width="28" src="/img/assets/icons/ctb_richtextblocks.svg" /> Rich Text (Blocks) <BetaBadge />
90+
### <img width="28" src="/img/assets/icons/ctb_richtextblocks.svg" /> Rich Text (Blocks)
9191

9292
The Rich Text (Blocks) field displays an editor with live rendering and various options to manage rich text. This field can be used for long written content, even including images and code.
9393

docusaurus/sidebars.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,10 +622,16 @@ const sidebars = {
622622
collapsed: false,
623623
label: "Content-type Builder",
624624
items: [
625+
"user-docs/content-type-builder/introduction-to-content-types-builder",
626+
"user-docs/content-type-builder/creating-new-content-type",
625627
{
626-
type: "autogenerated",
627-
dirName: "user-docs/content-type-builder",
628+
type: "doc",
629+
id: "user-docs/content-type-builder/configuring-fields-content-type",
630+
customProps: {
631+
updated: true,
632+
},
628633
},
634+
"user-docs/content-type-builder/managing-content-types",
629635
],
630636
},
631637
{
-1.17 KB
Loading
-1.18 KB
Loading

0 commit comments

Comments
 (0)