-
Type: User story
-
Status: Resolved
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: UI
-
Epic Link:
-
Tags:
-
Sprint:UI - 2021-03, UI - 2021-04, UI - 2021-05
-
Story Points:0
As a Web UI user, I can insert a Nuxeo picture in my rich text editing field
AC
- A new action is available in the RTE to reference a Nuxeo picture
- When clicking on it
- I can select one or multiple pictures using the nuxeo document picker element
- By default search form exposes
- Full text
- Path suggestion
- By default page provider returns
- Live documents
- Having the Picture facet
-
- Each document has a small preview.
-
- When “Insert” is clicked, an <img> tag is added to the Note document’s content (where the cursor was originally).
- This <img> tag references by default the file:content property of the document e.g. documentfile:content.data as its src.
- The document id is provided in the URL (so that an external publishing tool can easily retrieve the doc and e.g. fetch a different rendition as needed)
- Uses the default rendition by default
- is related to
-
NXP-30524 Fix document_picker page provider not using fulltext search
- Resolved