Skip to content

Commit

Permalink
docs: Updated with content Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmistryamplience committed Jun 11, 2024
1 parent c805c01 commit c1d21b8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
![Amplience Dynamic Content Generative Rich Text Editor Extension](media/screenshot.png)
![Amplience Dynamic Content Generative Rich Text Editor Extension](media/rte-extension-screenshot.jpg)

# Generative Rich Text Editor

> Generative Rich text field for use in [Amplience Dynamic Content](https://amplience.com/dynamic-content)
This extension is designed to replace the built in rich text editor with additional features and customization options including generative content from [ChatGPT](https://openai.com/chatgpt).
This extension is designed to replace the built in rich text editor with additional features and customization options including generative content from [Amplience Content Studio](#content-studio) and [ChatGPT](https://openai.com/chatgpt)

## Features

- AI
- [Content Studio](#content-studio)
- [Generative AI assistant](#generative-ai-assistant)
- Markdown output
- Paragraphs
Expand Down Expand Up @@ -163,6 +164,27 @@ This will output an array of "blocks". Each block has a type and associated data

You can customize the rich text editor by providing "params" in your content type schema. The examples below should be added to the "params" object in your "ui:extension".

### Content Studio

[Content Studio](https://amplience.com/ai/studios/content-studio/) gives marketers and merchants the power to generate personalized product content that’s on-brand, every time.

Use of Content Studio required you to have access to Content Studio and also Amplience Credits to generate content
Amplience credits provide an easy way to start using our AI features. See [Amplience credits](https://amplience.com/developers/docs/ai-services/credits/)

#### Disabling Content Studio

If for any reason you wish to disable Content Studio from this extension you can do so by adding the following in your installation parameters:

```json
{
"tools": {
"contentStudio": {
"disables": true
}
}
}
```

### Generative AI Assistant

Powered by ChatGPT, the AI Assistant allows users to quickly generate and edit content using natural language prompts.
Expand Down
Binary file added media/rte-extension-screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c1d21b8

Please sign in to comment.