Skip to content

Commit

Permalink
fix tinymce README
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Nov 2, 2023
1 parent f6505be commit e638a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pat/tinymce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Use the TinyMCE editor for HTML editing.
## Configuration

| Option | Type | Default | Description |
| :----------------: | :-----: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | ----------- | --------------------------------------------- | ------------------------------ | ----------------------------------------------------------- | ---- |
| :----------------: | :-----: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------: | :-------------------------------------------: | :----------------------------: | :---------------------------------------------------------: | :--: |
| relatedItems | object | { attributes: ["UID", "Title", "Description", "getURL", "portal_type", "path", "ModificationDate"], batchSize: 20, basePath: "/", vocabularyUrl: null, width: 500, maximumSelectionSize: 1, placeholder: "Search for item on site..." } | Related items pattern options. |
| upload | object | { attributes: look at upload pattern for getting the options list } | Upload pattern options. |
| text | object | { insertBtn: "Insert", cancelBtn: "Cancel", insertHeading: "Insert link", title: "Title", internal: "Internal", external: "External", email: "Email", anchor: "Anchor", subject: "Subject" image: "Image", imageAlign: "Align", scale: "Size", alt: "Alternative Text", captionFromDescription: "Show Image Caption from Image Description", caption: "Image Caption", externalImage: "External Image URI"} | Translation strings |
Expand Down

0 comments on commit e638a12

Please sign in to comment.