AAE-25569 Add text alignment options to the rich text editor (#10208)

This commit is contained in:
Pablo Martinez
2024-09-16 11:58:27 +02:00
committed by GitHub
parent 6cb3b589f8
commit 02587ecbb6
6 changed files with 81 additions and 4 deletions

View File

@@ -69,4 +69,6 @@ export class RichTextEditorDemo {
| Name | Type | Default value | Description |
| ---- | ---- | ------------- | ----------- |
| data | `OutputData` | null | EditorJs data format (follow the [official documentation](https://editorjs.io/saving-data) ) |
| placeholder | `string` | '' | Placeholder displayed when the content of the editor is empty (follow the [official documentation](https://editorjs.io/configuration/#placeholder) ) |
| autofocus | `boolean` | false | Set a Caret to the Editor after initialization (follow the [official documentation](https://editorjs.io/configuration/#autofocus) ) |
| readOnly | `boolean` | false | If true users won't have the ability to change the document content |