Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Modelling non-text content in Prosemirror can be tricky. `prosemirror-elements`
- are first class citizens of the Prosemirror schema (for example, nested rich text fields play nicely with collaborative editing)
- are renderer-agnostic (we use React as a default)

## Working on composer prosemirror-elements
A note for guardian developers - in https://github.com/guardian/flexible-content/pull/4410 a number of elements were moved from this repo into the flexible-content
repo to improve the developer feedback loop when working on the elements. If you are making a change intended for composer then you should make the changes within the
flexible-content repo.

## Setup

1. Ensure you have `dev-nginx` and `yarn` installed on your local machine.
Expand Down
Loading